#5D873A

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

Shades of Dingley #5D873A

Tints of Dingley #5D873A

Color information

#5D873A (or 0x5D873A) is unknown color: approx Dingley. HEX triplet: 5D, 87 and 3A. RGB value is (93,135,58). Sum of RGB (Red+Green+Blue) = 93+135+58=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #5D873A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D873A is #A278C5. Grayscale: #717171. Windows color (decimal): -10647750 or 3835741. OLE color: 3835741.

HSL color Cylindrical-coordinate representation of color #5D873A: hue angle of 92.73º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D873A is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB9313558-
CMYK0.3100.570.47
HSL92.73º39.9%37.84%-
HSV(B)92.73º57.04%52.94%-
XYZ13.9419.967.12-
YUV113.6696.59113.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.52%
GREEN value IS 135 (53.12% from 255) = 47.20%
BLUE value IS 58 (23.05% from 255) = 20.28%
R=32.52%
G=47.20%
B=20.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93135580.3100.570.4792.7339.937.84
Hex5D873A1F0392F5d2826
Octal1352077237071571355046
Binary1011101100001111110101111101110011011111011101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,135,58); }

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

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

 a { background-color: rgb(93,135,58); }

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

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

 span { border-color: rgb(93,135,58); }

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