#5B813C

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

Shades of Dingley #5B813C

Tints of Dingley #5B813C

Color information

#5B813C (or 0x5B813C) is unknown color: approx Dingley. HEX triplet: 5B, 81 and 3C. RGB value is (91,129,60). Sum of RGB (Red+Green+Blue) = 91+129+60=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #5B813C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B813C is #A47EC3. Grayscale: #6E6E6E. Windows color (decimal): -10780356 or 3965275. OLE color: 3965275.

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

Color convert

RGB9112960-
CMYK0.2900.530.49
HSL93.04º36.51%37.06%-
HSV(B)93.04º53.49%50.59%-
XYZ12.9818.257.11-
YUV109.7799.91114.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.5%
GREEN value IS 129 (50.78% from 255) = 46.07%
BLUE value IS 60 (23.83% from 255) = 21.43%
R=32.5%
G=46.07%
B=21.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91129600.2900.530.4993.0436.5137.06
Hex5B813C1D035315d2525
Octal1332017435065611354545
Binary1011011100000011111001110101101011100011011101100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B813C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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