#5F744E

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

Shades of Dingley #5F744E

Tints of Dingley #5F744E

Color information

#5F744E (or 0x5F744E) is unknown color: approx Dingley. HEX triplet: 5F, 74 and 4E. RGB value is (95,116,78). Sum of RGB (Red+Green+Blue) = 95+116+78=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #5F744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F744E is #A08BB1. Grayscale: #696969. Windows color (decimal): -10521522 or 5141599. OLE color: 5141599.

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

Color convert

RGB9511678-
CMYK0.1800.330.55
HSL93.16º19.59%38.04%-
HSV(B)93.16º32.76%45.49%-
XYZ12.3415.479.54-
YUV105.39112.54120.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.87%
GREEN value IS 116 (45.70% from 255) = 40.14%
BLUE value IS 78 (30.86% from 255) = 26.99%
R=32.87%
G=40.14%
B=26.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95116780.1800.330.5593.1619.5938.04
Hex5F744E12021375d1426
Octal13716411622041671352446
Binary101111111101001001110100100100001110111101110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,116,78); }

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

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

 a { background-color: rgb(95,116,78); }

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

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

 span { border-color: rgb(95,116,78); }

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