#5B873B

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

Shades of Dingley #5B873B

Tints of Dingley #5B873B

Color information

#5B873B (or 0x5B873B) is unknown color: approx Dingley. HEX triplet: 5B, 87 and 3B. RGB value is (91,135,59). Sum of RGB (Red+Green+Blue) = 91+135+59=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #5B873B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B873B is #A478C4. Grayscale: #717171. Windows color (decimal): -10778821 or 3901275. OLE color: 3901275.

HSL color Cylindrical-coordinate representation of color #5B873B: hue angle of 94.74º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B873B is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB9113559-
CMYK0.3300.560.47
HSL94.74º39.18%38.04%-
HSV(B)94.74º56.3%52.94%-
XYZ13.7719.877.25-
YUV113.1897.42112.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.93%
GREEN value IS 135 (53.12% from 255) = 47.37%
BLUE value IS 59 (23.44% from 255) = 20.70%
R=31.93%
G=47.37%
B=20.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91135590.3300.560.4794.7439.1838.04
Hex5B873B210382F5f2726
Octal1332077341070571374746
Binary10110111000011111101110000101110001011111011111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B873B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,135,59); }

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

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

 a { background-color: rgb(91,135,59); }

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

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

 span { border-color: rgb(91,135,59); }

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