#5C8539

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

Shades of Dingley #5C8539

Tints of Dingley #5C8539

Color information

#5C8539 (or 0x5C8539) is unknown color: approx Dingley. HEX triplet: 5C, 85 and 39. RGB value is (92,133,57). Sum of RGB (Red+Green+Blue) = 92+133+57=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #5C8539 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8539 is #A37AC6. Grayscale: #707070. Windows color (decimal): -10713799 or 3769692. OLE color: 3769692.

HSL color Cylindrical-coordinate representation of color #5C8539: hue angle of 92.37º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C8539 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB9213357-
CMYK0.3100.570.48
HSL92.37º40%37.25%-
HSV(B)92.37º57.14%52.16%-
XYZ13.5419.356.89-
YUV112.0896.92113.68-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.62%
GREEN value IS 133 (52.34% from 255) = 47.16%
BLUE value IS 57 (22.66% from 255) = 20.21%
R=32.62%
G=47.16%
B=20.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal92133570.3100.570.4892.374037.25
Hex5C85391F039305c2825
Octal1342057137071601345045
Binary1011100100001011110011111101110011100001011100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,133,57); }

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

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

 a { background-color: rgb(92,133,57); }

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

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

 span { border-color: rgb(92,133,57); }

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