#5B803C

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

Shades of Dingley #5B803C

Tints of Dingley #5B803C

Color information

#5B803C (or 0x5B803C) is unknown color: approx Dingley. HEX triplet: 5B, 80 and 3C. RGB value is (91,128,60). Sum of RGB (Red+Green+Blue) = 91+128+60=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #5B803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B803C is #A47FC3. Grayscale: #6D6D6D. Windows color (decimal): -10780612 or 3965019. OLE color: 3965019.

HSL color Cylindrical-coordinate representation of color #5B803C: hue angle of 92.65º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B803C is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB9112860-
CMYK0.2900.530.50
HSL92.65º36.17%36.86%-
HSV(B)92.65º53.12%50.2%-
XYZ12.8517.997.07-
YUV109.18100.24115.03-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.62%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=32.62%
G=45.88%
B=21.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal91128600.2900.530.5092.6536.1736.86
Hex5B803C1D035325d2425
Octal1332007435065621354445
Binary1011011100000001111001110101101011100101011101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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