#5E6D2A

Color #5E6D2A Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5E6D2A

Tints of Fiji Green #5E6D2A

Color information

#5E6D2A (or 0x5E6D2A) is unknown color: approx Fiji Green. HEX triplet: 5E, 6D and 2A. RGB value is (94,109,42). Sum of RGB (Red+Green+Blue) = 94+109+42=245 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.37% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 109 - color contains mainly: green. Hex color #5E6D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6D2A is #A192D5. Grayscale: #616161. Windows color (decimal): -10588886 or 2780510. OLE color: 2780510.

HSL color Cylindrical-coordinate representation of color #5E6D2A: hue angle of 73.43º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E6D2A is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB9410942-
CMYK0.1400.610.57
HSL73.43º44.37%29.61%-
HSV(B)73.43º61.47%42.75%-
XYZ10.513.484.24-
YUV96.8897.03125.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 38.37%
GREEN value IS 109 (42.97% from 255) = 44.49%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=38.37%
G=44.49%
B=17.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal94109420.1400.610.5773.4344.3729.61
Hex5E6D2AE03D39492c1e
Octal1361555216075711115436
Binary1011110110110110101011100111101111001100100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E6D2A; }

 p { color: rgb(94,109,42); }

 H1.HeaderClassName
 {
   color: #5E6D2A;
 }
 .AnyTagClassName
 {
   color: #5E6D2A;
 }
</style>
background-color css

<style>
 a { background-color: #5E6D2A; }

 a { background-color: rgb(94,109,42); }

 div.DivClassName
 {
   background-color: #5E6D2A;
 }
 .BgClassName
 {
   background-color: #5E6D2A;
 }
</style>
border-color css

<style>
 span { border-color: #5E6D2A; }

 span { border-color: rgb(94,109,42); }

 td.TdClassName
 {
   border-color: #5E6D2A;
 }
 .TagClassName
 {
   border-color: #5E6D2A;
 }
</style>