#5C873E

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

Shades of Dingley #5C873E

Tints of Dingley #5C873E

Color information

#5C873E (or 0x5C873E) is unknown color: approx Dingley. HEX triplet: 5C, 87 and 3E. RGB value is (92,135,62). Sum of RGB (Red+Green+Blue) = 92+135+62=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #5C873E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C873E is #A378C1. Grayscale: #727272. Windows color (decimal): -10713282 or 4097884. OLE color: 4097884.

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

Color convert

RGB9213562-
CMYK0.3200.540.47
HSL95.34º37.06%38.63%-
HSV(B)95.34º54.07%52.94%-
XYZ13.9519.957.67-
YUV113.8298.75112.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.83%
GREEN value IS 135 (53.12% from 255) = 46.71%
BLUE value IS 62 (24.61% from 255) = 21.45%
R=31.83%
G=46.71%
B=21.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92135620.3200.540.4795.3437.0638.63
Hex5C873E200362F5f2527
Octal1342077640066571374547
Binary10111001000011111111010000001101101011111011111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C873E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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