#5D8122

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

Shades of Olive Drab #5D8122

Tints of Olive Drab #5D8122

Color information

#5D8122 (or 0x5D8122) is unknown color: approx Olive Drab. HEX triplet: 5D, 81 and 22. RGB value is (93,129,34). Sum of RGB (Red+Green+Blue) = 93+129+34=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #5D8122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8122 is #A27EDD. Grayscale: #6B6B6B. Windows color (decimal): -10649310 or 2261341. OLE color: 2261341.

HSL color Cylindrical-coordinate representation of color #5D8122: hue angle of 82.74º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D8122 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB9312934-
CMYK0.2800.740.49
HSL82.74º58.28%31.96%-
HSV(B)82.74º73.64%50.59%-
XYZ12.6518.144.35-
YUV107.4186.57117.72-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.33%
GREEN value IS 129 (50.78% from 255) = 50.39%
BLUE value IS 34 (13.67% from 255) = 13.28%
R=36.33%
G=50.39%
B=13.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal93129340.2800.740.4982.7458.2831.96
Hex5D81221C04A31533a20
Octal13520142340112611237240
Binary10111011000000110001011100010010101100011010011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,129,34); }

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

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

 a { background-color: rgb(93,129,34); }

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

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

 span { border-color: rgb(93,129,34); }

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