#5F8436

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

Shades of Dingley #5F8436

Tints of Dingley #5F8436

Color information

#5F8436 (or 0x5F8436) is unknown color: approx Dingley. HEX triplet: 5F, 84 and 36. RGB value is (95,132,54). Sum of RGB (Red+Green+Blue) = 95+132+54=281 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.81% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #5F8436 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8436 is #A07BC9. Grayscale: #707070. Windows color (decimal): -10517450 or 3572831. OLE color: 3572831.

HSL color Cylindrical-coordinate representation of color #5F8436: hue angle of 88.46º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F8436 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB9513254-
CMYK0.2800.590.48
HSL88.46º41.94%36.47%-
HSV(B)88.46º59.09%51.76%-
XYZ13.6419.26.48-
YUV112.0495.24115.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.81%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 54 (21.48% from 255) = 19.22%
R=33.81%
G=46.98%
B=19.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95132540.2800.590.4888.4641.9436.47
Hex5F84361C03B30582a24
Octal1372046634073601305244
Binary1011111100001001101101110001110111100001011000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,132,54); }

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

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

 a { background-color: rgb(95,132,54); }

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

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

 span { border-color: rgb(95,132,54); }

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