#5E6B2A

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

Shades of Fiji Green #5E6B2A

Tints of Fiji Green #5E6B2A

Color information

#5E6B2A (or 0x5E6B2A) is unknown color: approx Fiji Green. HEX triplet: 5E, 6B and 2A. RGB value is (94,107,42). Sum of RGB (Red+Green+Blue) = 94+107+42=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 107 - color contains mainly: green. Hex color #5E6B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6B2A is #A194D5. Grayscale: #5F5F5F. Windows color (decimal): -10589398 or 2779998. OLE color: 2779998.

HSL color Cylindrical-coordinate representation of color #5E6B2A: hue angle of 72º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E6B2A is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB9410742-
CMYK0.1200.610.58
HSL72º43.62%29.22%-
HSV(B)72º60.75%41.96%-
XYZ10.2913.064.17-
YUV95.797.69126.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.68%
GREEN value IS 107 (42.19% from 255) = 44.03%
BLUE value IS 42 (16.80% from 255) = 17.28%
R=38.68%
G=44.03%
B=17.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal94107420.1200.610.587243.6229.22
Hex5E6B2AC03D3A482c1d
Octal1361535214075721105435
Binary1011110110101110101011000111101111010100100010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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