#5C8742

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

Shades of Dingley #5C8742

Tints of Dingley #5C8742

Color information

#5C8742 (or 0x5C8742) is unknown color: approx Dingley. HEX triplet: 5C, 87 and 42. RGB value is (92,135,66). Sum of RGB (Red+Green+Blue) = 92+135+66=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #5C8742 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8742 is #A378BD. Grayscale: #727272. Windows color (decimal): -10713278 or 4360028. OLE color: 4360028.

HSL color Cylindrical-coordinate representation of color #5C8742: hue angle of 97.39º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C8742 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB9213566-
CMYK0.3200.510.47
HSL97.39º34.33%39.41%-
HSV(B)97.39º51.11%52.94%-
XYZ14.06208.27-
YUV114.28100.75112.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.40%
GREEN value IS 135 (53.12% from 255) = 46.08%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=31.40%
G=46.08%
B=22.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92135660.3200.510.4797.3934.3339.41
Hex5C8742200332F612227
Octal13420710240063571414247
Binary101110010000111100001010000001100111011111100001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,135,66); }

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

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

 a { background-color: rgb(92,135,66); }

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

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

 span { border-color: rgb(92,135,66); }

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