#5F734C

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

Shades of Dingley #5F734C

Tints of Dingley #5F734C

Color information

#5F734C (or 0x5F734C) is unknown color: approx Dingley. HEX triplet: 5F, 73 and 4C. RGB value is (95,115,76). Sum of RGB (Red+Green+Blue) = 95+115+76=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #5F734C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F734C is #A08CB3. Grayscale: #686868. Windows color (decimal): -10521780 or 5010271. OLE color: 5010271.

HSL color Cylindrical-coordinate representation of color #5F734C: hue angle of 90.77º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F734C is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB9511576-
CMYK0.1700.340.55
HSL90.77º20.42%37.45%-
HSV(B)90.77º33.91%45.1%-
XYZ12.1515.229.13-
YUV104.57111.87121.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.22%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=33.22%
G=40.21%
B=26.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95115760.1700.340.5590.7720.4237.45
Hex5F734C11022375b1425
Octal13716311421042671332445
Binary101111111100111001100100010100010110111101101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,115,76); }

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

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

 a { background-color: rgb(95,115,76); }

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

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

 span { border-color: rgb(95,115,76); }

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