#5D813C

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

Shades of Dingley #5D813C

Tints of Dingley #5D813C

Color information

#5D813C (or 0x5D813C) is unknown color: approx Dingley. HEX triplet: 5D, 81 and 3C. RGB value is (93,129,60). Sum of RGB (Red+Green+Blue) = 93+129+60=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #5D813C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D813C is #A27EC3. Grayscale: #6E6E6E. Windows color (decimal): -10649284 or 3965277. OLE color: 3965277.

HSL color Cylindrical-coordinate representation of color #5D813C: hue angle of 91.3º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D813C is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB9312960-
CMYK0.2800.530.49
HSL91.3º36.51%37.06%-
HSV(B)91.3º53.49%50.59%-
XYZ13.1818.357.12-
YUV110.3799.57115.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.98%
GREEN value IS 129 (50.78% from 255) = 45.74%
BLUE value IS 60 (23.83% from 255) = 21.28%
R=32.98%
G=45.74%
B=21.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal93129600.2800.530.4991.336.5137.06
Hex5D813C1C035315b2525
Octal1352017434065611334545
Binary1011101100000011111001110001101011100011011011100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D813C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,129,60); }

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

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

 a { background-color: rgb(93,129,60); }

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

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

 span { border-color: rgb(93,129,60); }

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