#5B833D

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

Shades of Dingley #5B833D

Tints of Dingley #5B833D

Color information

#5B833D (or 0x5B833D) is unknown color: approx Dingley. HEX triplet: 5B, 83 and 3D. RGB value is (91,131,61). Sum of RGB (Red+Green+Blue) = 91+131+61=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #5B833D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B833D is #A47CC2. Grayscale: #6F6F6F. Windows color (decimal): -10779843 or 4031323. OLE color: 4031323.

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

Color convert

RGB9113161-
CMYK0.3100.530.49
HSL94.29º36.46%37.65%-
HSV(B)94.29º53.44%51.37%-
XYZ13.2718.797.34-
YUV111.0699.75113.69-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.16%
GREEN value IS 131 (51.56% from 255) = 46.29%
BLUE value IS 61 (24.22% from 255) = 21.55%
R=32.16%
G=46.29%
B=21.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91131610.3100.530.4994.2936.4637.65
Hex5B833D1F035315e2426
Octal1332037537065611364446
Binary1011011100000111111011111101101011100011011110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B833D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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