#5f712d

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

Shades of Rain Forest #5F712D

Tints of Rain Forest #5F712D

Color information

#5F712D (or 0x5F712D) is unknown color: approx Rain Forest. HEX triplet: 5F, 71 and 2D. RGB value is (95,113,45). Sum of RGB (Red+Green+Blue) = 95+113+45=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #5F712D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F712D is #A08ED2. Grayscale: #646464. Windows color (decimal): -10522323 or 2978143. OLE color: 2978143.

HSL color Cylindrical-coordinate representation of color #5F712D: hue angle of 75.88º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F712D is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB9511345-
CMYK0.1600.600.56
HSL75.88º43.04%30.98%-
HSV(B)75.88º60.18%44.31%-
XYZ11.114.434.68-
YUV99.8797.04124.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.55%
GREEN value IS 113 (44.53% from 255) = 44.66%
BLUE value IS 45 (17.97% from 255) = 17.79%
R=37.55%
G=44.66%
B=17.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95113450.1600.600.5675.8843.0430.98
Hex5F712D1003C384c2b1f
Octal1371615520074701145337
Binary10111111110001101101100000111100111000100110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f712d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,113,45); }

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

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

 a { background-color: rgb(95,113,45); }

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

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

 span { border-color: rgb(95,113,45); }

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