#5B8436

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

Shades of Dingley #5B8436

Tints of Dingley #5B8436

Color information

#5B8436 (or 0x5B8436) is unknown color: approx Dingley. HEX triplet: 5B, 84 and 36. RGB value is (91,132,54). Sum of RGB (Red+Green+Blue) = 91+132+54=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #5B8436 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8436 is #A47BC9. Grayscale: #6F6F6F. Windows color (decimal): -10779594 or 3572827. OLE color: 3572827.

HSL color Cylindrical-coordinate representation of color #5B8436: hue angle of 91.54º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B8436 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB9113254-
CMYK0.3100.590.48
HSL91.54º41.94%36.47%-
HSV(B)91.54º59.09%51.76%-
XYZ13.2318.996.46-
YUV110.8595.92113.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.85%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 54 (21.48% from 255) = 19.49%
R=32.85%
G=47.65%
B=19.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91132540.3100.590.4891.5441.9436.47
Hex5B84361F03B305c2a24
Octal1332046637073601345244
Binary1011011100001001101101111101110111100001011100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,132,54); }

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

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

 a { background-color: rgb(91,132,54); }

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

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

 span { border-color: rgb(91,132,54); }

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