#5B8539

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

Shades of Dingley #5B8539

Tints of Dingley #5B8539

Color information

#5B8539 (or 0x5B8539) is unknown color: approx Dingley. HEX triplet: 5B, 85 and 39. RGB value is (91,133,57). Sum of RGB (Red+Green+Blue) = 91+133+57=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #5B8539 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8539 is #A47AC6. Grayscale: #707070. Windows color (decimal): -10779335 or 3769691. OLE color: 3769691.

HSL color Cylindrical-coordinate representation of color #5B8539: hue angle of 93.16º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B8539 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB9113357-
CMYK0.3200.570.48
HSL93.16º40%37.25%-
HSV(B)93.16º57.14%52.16%-
XYZ13.4419.296.89-
YUV111.7897.09113.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.38%
GREEN value IS 133 (52.34% from 255) = 47.33%
BLUE value IS 57 (22.66% from 255) = 20.28%
R=32.38%
G=47.33%
B=20.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91133570.3200.570.4893.164037.25
Hex5B853920039305d2825
Octal1332057140071601355045
Binary10110111000010111100110000001110011100001011101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,133,57); }

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

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

 a { background-color: rgb(91,133,57); }

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

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

 span { border-color: rgb(91,133,57); }

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