#5F662D

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

Shades of Rain Forest #5F662D

Tints of Rain Forest #5F662D

Color information

#5F662D (or 0x5F662D) is unknown color: approx Rain Forest. HEX triplet: 5F, 66 and 2D. RGB value is (95,102,45). Sum of RGB (Red+Green+Blue) = 95+102+45=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 102 - color contains mainly: green. Hex color #5F662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F662D is #A099D2. Grayscale: #5D5D5D. Windows color (decimal): -10525139 or 2975327. OLE color: 2975327.

HSL color Cylindrical-coordinate representation of color #5F662D: hue angle of 67.37º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F662D is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB9510245-
CMYK0.0700.560.6
HSL67.37º38.78%28.82%-
HSV(B)67.37º55.88%40%-
XYZ9.9412.134.3-
YUV93.41100.68129.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.26%
GREEN value IS 102 (40.23% from 255) = 42.15%
BLUE value IS 45 (17.97% from 255) = 18.60%
R=39.26%
G=42.15%
B=18.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal95102450.0700.560.667.3738.7828.82
Hex5F662D70383C43271d
Octal137146557070741034735
Binary101111111001101011011110111000111100100001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F662D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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