#5E6F2B

Color #5E6F2B Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rain Forest #5E6F2B

Tints of Rain Forest #5E6F2B

Color information

#5E6F2B (or 0x5E6F2B) is unknown color: approx Rain Forest. HEX triplet: 5E, 6F and 2B. RGB value is (94,111,43). Sum of RGB (Red+Green+Blue) = 94+111+43=248 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.90% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6F2B is #A190D4. Grayscale: #626262. Windows color (decimal): -10588373 or 2846558. OLE color: 2846558.

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

Color convert

RGB9411143-
CMYK0.1500.610.56
HSL75º44.16%30.2%-
HSV(B)75º61.26%43.53%-
XYZ10.7413.924.41-
YUV98.1696.87125.03-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.90%
GREEN value IS 111 (43.75% from 255) = 44.76%
BLUE value IS 43 (17.19% from 255) = 17.34%
R=37.90%
G=44.76%
B=17.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94111430.1500.610.567544.1630.2
Hex5E6F2BF03D384b2c1e
Octal1361575317075701135436
Binary1011110110111110101111110111101111000100101110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,111,43); }

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

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

 a { background-color: rgb(94,111,43); }

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

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

 span { border-color: rgb(94,111,43); }

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