#5C873F

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

Shades of Dingley #5C873F

Tints of Dingley #5C873F

Color information

#5C873F (or 0x5C873F) is unknown color: approx Dingley. HEX triplet: 5C, 87 and 3F. RGB value is (92,135,63). Sum of RGB (Red+Green+Blue) = 92+135+63=290 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.72% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #5C873F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C873F is #A378C0. Grayscale: #727272. Windows color (decimal): -10713281 or 4163420. OLE color: 4163420.

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

Color convert

RGB9213563-
CMYK0.3200.530.47
HSL95.83º36.36%38.82%-
HSV(B)95.83º53.33%52.94%-
XYZ13.9719.967.82-
YUV113.9399.25112.35-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.72%
GREEN value IS 135 (53.12% from 255) = 46.55%
BLUE value IS 63 (25% from 255) = 21.72%
R=31.72%
G=46.55%
B=21.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92135630.3200.530.4795.8336.3638.82
Hex5C873F200352F602427
Octal1342077740065571404447
Binary10111001000011111111110000001101011011111100000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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