#5B853F

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

Shades of Dingley #5B853F

Tints of Dingley #5B853F

Color information

#5B853F (or 0x5B853F) is unknown color: approx Dingley. HEX triplet: 5B, 85 and 3F. RGB value is (91,133,63). Sum of RGB (Red+Green+Blue) = 91+133+63=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #5B853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B853F is #A47AC0. Grayscale: #707070. Windows color (decimal): -10779329 or 4162907. OLE color: 4162907.

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

Color convert

RGB9113363-
CMYK0.3200.530.48
HSL96º35.71%38.43%-
HSV(B)96º52.63%52.16%-
XYZ13.619.367.72-
YUV112.46100.09112.69-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.71%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 63 (25% from 255) = 21.95%
R=31.71%
G=46.34%
B=21.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91133630.3200.530.489635.7138.43
Hex5B853F2003530602426
Octal1332057740065601404446
Binary10110111000010111111110000001101011100001100000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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