#5B853D

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

Shades of Dingley #5B853D

Tints of Dingley #5B853D

Color information

#5B853D (or 0x5B853D) is unknown color: approx Dingley. HEX triplet: 5B, 85 and 3D. RGB value is (91,133,61). Sum of RGB (Red+Green+Blue) = 91+133+61=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #5B853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B853D is #A47AC2. Grayscale: #707070. Windows color (decimal): -10779331 or 4031835. OLE color: 4031835.

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

Color convert

RGB9113361-
CMYK0.3200.540.48
HSL95º37.11%38.04%-
HSV(B)95º54.14%52.16%-
XYZ13.5419.347.43-
YUV112.2399.09112.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.93%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 61 (24.22% from 255) = 21.40%
R=31.93%
G=46.67%
B=21.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91133610.3200.540.489537.1138.04
Hex5B853D20036305f2526
Octal1332057540066601374546
Binary10110111000010111110110000001101101100001011111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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