#5B7842

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

Shades of Dingley #5B7842

Tints of Dingley #5B7842

Color information

#5B7842 (or 0x5B7842) is unknown color: approx Dingley. HEX triplet: 5B, 78 and 42. RGB value is (91,120,66). Sum of RGB (Red+Green+Blue) = 91+120+66=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #5B7842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7842 is #A487BD. Grayscale: #696969. Windows color (decimal): -10782654 or 4356187. OLE color: 4356187.

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

Color convert

RGB9112066-
CMYK0.2400.450.53
HSL92.22º29.03%36.47%-
HSV(B)92.22º45%47.06%-
XYZ12.0116.057.62-
YUV105.17105.89117.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.85%
GREEN value IS 120 (47.27% from 255) = 43.32%
BLUE value IS 66 (26.17% from 255) = 23.83%
R=32.85%
G=43.32%
B=23.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91120660.2400.450.5392.2229.0336.47
Hex5B78421802D355c1d24
Octal13317010230055651343544
Binary101101111110001000010110000101101110101101110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,120,66); }

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

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

 a { background-color: rgb(91,120,66); }

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

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

 span { border-color: rgb(91,120,66); }

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