#5C8243

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

Shades of Dingley #5C8243

Tints of Dingley #5C8243

Color information

#5C8243 (or 0x5C8243) is unknown color: approx Dingley. HEX triplet: 5C, 82 and 43. RGB value is (92,130,67). Sum of RGB (Red+Green+Blue) = 92+130+67=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #5C8243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8243 is #A37DBC. Grayscale: #6F6F6F. Windows color (decimal): -10714557 or 4424284. OLE color: 4424284.

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

Color convert

RGB9213067-
CMYK0.2900.480.49
HSL96.19º31.98%38.63%-
HSV(B)96.19º48.46%50.98%-
XYZ13.4118.658.2-
YUV111.46102.91114.12-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.83%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 67 (26.56% from 255) = 23.18%
R=31.83%
G=44.98%
B=23.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal92130670.2900.480.4996.1931.9838.63
Hex5C82431D03031602027
Octal13420210335060611404047
Binary10111001000001010000111110101100001100011100000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,130,67); }

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

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

 a { background-color: rgb(92,130,67); }

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

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

 span { border-color: rgb(92,130,67); }

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