#5D8243

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

Shades of Dingley #5D8243

Tints of Dingley #5D8243

Color information

#5D8243 (or 0x5D8243) is unknown color: approx Dingley. HEX triplet: 5D, 82 and 43. RGB value is (93,130,67). Sum of RGB (Red+Green+Blue) = 93+130+67=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #5D8243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8243 is #A27DBC. Grayscale: #6F6F6F. Windows color (decimal): -10649021 or 4424285. OLE color: 4424285.

HSL color Cylindrical-coordinate representation of color #5D8243: hue angle of 95.24º 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 #5D8243 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB9313067-
CMYK0.2800.480.49
HSL95.24º31.98%38.63%-
HSV(B)95.24º48.46%50.98%-
XYZ13.5118.78.21-
YUV111.76102.74114.62-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.07%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 67 (26.56% from 255) = 23.10%
R=32.07%
G=44.83%
B=23.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal93130670.2800.480.4995.2431.9838.63
Hex5D82431C030315f2027
Octal13520210334060611374047
Binary10111011000001010000111110001100001100011011111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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