#5F722B

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

Shades of Rain Forest #5F722B

Tints of Rain Forest #5F722B

Color information

#5F722B (or 0x5F722B) is unknown color: approx Rain Forest. HEX triplet: 5F, 72 and 2B. RGB value is (95,114,43). Sum of RGB (Red+Green+Blue) = 95+114+43=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #5F722B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F722B is #A08DD4. Grayscale: #646464. Windows color (decimal): -10522069 or 2847327. OLE color: 2847327.

HSL color Cylindrical-coordinate representation of color #5F722B: hue angle of 76.06º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F722B is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB9511443-
CMYK0.1700.620.55
HSL76.06º45.22%30.78%-
HSV(B)76.06º62.28%44.71%-
XYZ11.1714.644.52-
YUV100.2295.71124.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.70%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 43 (17.19% from 255) = 17.06%
R=37.70%
G=45.24%
B=17.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95114430.1700.620.5576.0645.2230.78
Hex5F722B1103E374c2d1f
Octal1371625321076671145537
Binary10111111110010101011100010111110110111100110010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,114,43); }

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

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

 a { background-color: rgb(95,114,43); }

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

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

 span { border-color: rgb(95,114,43); }

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