#5C873C

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

Shades of Dingley #5C873C

Tints of Dingley #5C873C

Color information

#5C873C (or 0x5C873C) is unknown color: approx Dingley. HEX triplet: 5C, 87 and 3C. RGB value is (92,135,60). Sum of RGB (Red+Green+Blue) = 92+135+60=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #5C873C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C873C is #A378C3. Grayscale: #717171. Windows color (decimal): -10713284 or 3966812. OLE color: 3966812.

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

Color convert

RGB9213560-
CMYK0.3200.560.47
HSL94.4º38.46%38.24%-
HSV(B)94.4º55.56%52.94%-
XYZ13.8919.937.39-
YUV113.5997.75112.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.06%
GREEN value IS 135 (53.12% from 255) = 47.04%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=32.06%
G=47.04%
B=20.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92135600.3200.560.4794.438.4638.24
Hex5C873C200382F5e2626
Octal1342077440070571364646
Binary10111001000011111110010000001110001011111011110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C873C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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