#5F8637

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

Shades of Dingley #5F8637

Tints of Dingley #5F8637

Color information

#5F8637 (or 0x5F8637) is unknown color: approx Dingley. HEX triplet: 5F, 86 and 37. RGB value is (95,134,55). Sum of RGB (Red+Green+Blue) = 95+134+55=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #5F8637 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8637 is #A079C8. Grayscale: #717171. Windows color (decimal): -10516937 or 3638879. OLE color: 3638879.

HSL color Cylindrical-coordinate representation of color #5F8637: hue angle of 89.62º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F8637 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB9513455-
CMYK0.2900.590.47
HSL89.62º41.8%37.06%-
HSV(B)89.62º58.96%52.55%-
XYZ13.9319.766.69-
YUV113.3395.08114.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.45%
GREEN value IS 134 (52.73% from 255) = 47.18%
BLUE value IS 55 (21.88% from 255) = 19.37%
R=33.45%
G=47.18%
B=19.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95134550.2900.590.4789.6241.837.06
Hex5F86371D03B2F5a2a25
Octal1372066735073571325245
Binary1011111100001101101111110101110111011111011010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,134,55); }

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

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

 a { background-color: rgb(95,134,55); }

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

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

 span { border-color: rgb(95,134,55); }

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