#5F6732

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

Shades of Rain Forest #5F6732

Tints of Rain Forest #5F6732

Color information

#5F6732 (or 0x5F6732) is unknown color: approx Rain Forest. HEX triplet: 5F, 67 and 32. RGB value is (95,103,50). Sum of RGB (Red+Green+Blue) = 95+103+50=248 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.31% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 103 - color contains mainly: green. Hex color #5F6732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6732 is #A098CD. Grayscale: #5E5E5E. Windows color (decimal): -10524878 or 3303263. OLE color: 3303263.

HSL color Cylindrical-coordinate representation of color #5F6732: hue angle of 69.06º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F6732 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB9510350-
CMYK0.0800.510.60
HSL69.06º34.64%30%-
HSV(B)69.06º51.46%40.39%-
XYZ10.1512.364.87-
YUV94.57102.85128.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.31%
GREEN value IS 103 (40.62% from 255) = 41.53%
BLUE value IS 50 (19.92% from 255) = 20.16%
R=38.31%
G=41.53%
B=20.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal95103500.0800.510.6069.0634.6430
Hex5F673280333C45231e
Octal1371476210063741054336
Binary1011111110011111001010000110011111100100010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,103,50); }

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

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

 a { background-color: rgb(95,103,50); }

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

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

 span { border-color: rgb(95,103,50); }

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