#5D8D3F

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

Shades of Dingley #5D8D3F

Tints of Dingley #5D8D3F

Color information

#5D8D3F (or 0x5D8D3F) is unknown color: approx Dingley. HEX triplet: 5D, 8D and 3F. RGB value is (93,141,63). Sum of RGB (Red+Green+Blue) = 93+141+63=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 141 - color contains mainly: green. Hex color #5D8D3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8D3F is #A272C0. Grayscale: #767676. Windows color (decimal): -10646209 or 4164957. OLE color: 4164957.

HSL color Cylindrical-coordinate representation of color #5D8D3F: hue angle of 96.92º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D8D3F is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB9314163-
CMYK0.3400.550.45
HSL96.92º38.24%40%-
HSV(B)96.92º55.32%55.29%-
XYZ14.9421.748.11-
YUV117.7697.1110.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.31%
GREEN value IS 141 (55.47% from 255) = 47.47%
BLUE value IS 63 (25% from 255) = 21.21%
R=31.31%
G=47.47%
B=21.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93141630.3400.550.4596.9238.2440
Hex5D8D3F220372D612628
Octal1352157742067551414650
Binary10111011000110111111110001001101111011011100001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,141,63); }

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

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

 a { background-color: rgb(93,141,63); }

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

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

 span { border-color: rgb(93,141,63); }

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