#5d833e

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

Shades of Dingley #5D833E

Tints of Dingley #5D833E

Color information

#5D833E (or 0x5D833E) is unknown color: approx Dingley. HEX triplet: 5D, 83 and 3E. RGB value is (93,131,62). Sum of RGB (Red+Green+Blue) = 93+131+62=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #5D833E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D833E is #A27CC1. Grayscale: #707070. Windows color (decimal): -10648770 or 4096861. OLE color: 4096861.

HSL color Cylindrical-coordinate representation of color #5D833E: hue angle of 93.04º 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 #5D833E is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB9313162-
CMYK0.2900.530.49
HSL93.04º35.75%37.84%-
HSV(B)93.04º52.67%51.37%-
XYZ13.518.917.5-
YUV111.7799.91114.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.52%
GREEN value IS 131 (51.56% from 255) = 45.80%
BLUE value IS 62 (24.61% from 255) = 21.68%
R=32.52%
G=45.80%
B=21.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal93131620.2900.530.4993.0435.7537.84
Hex5D833E1D035315d2426
Octal1352037635065611354446
Binary1011101100000111111101110101101011100011011101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d833e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,131,62); }

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

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

 a { background-color: rgb(93,131,62); }

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

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

 span { border-color: rgb(93,131,62); }

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