#5B873F

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

Shades of Dingley #5B873F

Tints of Dingley #5B873F

Color information

#5B873F (or 0x5B873F) is unknown color: approx Dingley. HEX triplet: 5B, 87 and 3F. RGB value is (91,135,63). Sum of RGB (Red+Green+Blue) = 91+135+63=289 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.49% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #5B873F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B873F is #A478C0. Grayscale: #717171. Windows color (decimal): -10778817 or 4163419. OLE color: 4163419.

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

Color convert

RGB9113563-
CMYK0.3300.530.47
HSL96.67º36.36%38.82%-
HSV(B)96.67º53.33%52.94%-
XYZ13.8819.917.81-
YUV113.6499.42111.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.49%
GREEN value IS 135 (53.12% from 255) = 46.71%
BLUE value IS 63 (25% from 255) = 21.80%
R=31.49%
G=46.71%
B=21.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91135630.3300.530.4796.6736.3638.82
Hex5B873F210352F612427
Octal1332077741065571414447
Binary10110111000011111111110000101101011011111100001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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