#5F7D47

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

Shades of Dingley #5F7D47

Tints of Dingley #5F7D47

Color information

#5F7D47 (or 0x5F7D47) is unknown color: approx Dingley. HEX triplet: 5F, 7D and 47. RGB value is (95,125,71). Sum of RGB (Red+Green+Blue) = 95+125+71=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 125 - color contains mainly: green. Hex color #5F7D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7D47 is #A082B8. Grayscale: #6E6E6E. Windows color (decimal): -10519225 or 4685151. OLE color: 4685151.

HSL color Cylindrical-coordinate representation of color #5F7D47: hue angle of 93.33º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F7D47 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB9512571-
CMYK0.2400.430.51
HSL93.33º27.55%38.43%-
HSV(B)93.33º43.2%49.02%-
XYZ13.1917.568.65-
YUV109.87106.06117.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.65%
GREEN value IS 125 (49.22% from 255) = 42.96%
BLUE value IS 71 (28.12% from 255) = 24.40%
R=32.65%
G=42.96%
B=24.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95125710.2400.430.5193.3327.5538.43
Hex5F7D471802B335d1c26
Octal13717510730053631353446
Binary101111111111011000111110000101011110011101110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,125,71); }

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

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

 a { background-color: rgb(95,125,71); }

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

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

 span { border-color: rgb(95,125,71); }

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