#5D881A

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

Shades of Olive Drab #5D881A

Tints of Olive Drab #5D881A

Color information

#5D881A (or 0x5D881A) is unknown color: approx Olive Drab. HEX triplet: 5D, 88 and 1A. RGB value is (93,136,26). Sum of RGB (Red+Green+Blue) = 93+136+26=255 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.47% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #5D881A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D881A is #A277E5. Grayscale: #6E6E6E. Windows color (decimal): -10647526 or 1738845. OLE color: 1738845.

HSL color Cylindrical-coordinate representation of color #5D881A: hue angle of 83.45º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D881A is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB9313626-
CMYK0.3200.810.47
HSL83.45º67.9%31.76%-
HSV(B)83.45º80.88%53.33%-
XYZ13.520.014.13-
YUV110.680.25115.44-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.47%
GREEN value IS 136 (53.52% from 255) = 53.33%
BLUE value IS 26 (10.55% from 255) = 10.20%
R=36.47%
G=53.33%
B=10.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93136260.3200.810.4783.4567.931.76
Hex5D881A200512F534420
Octal135210324001215712310440
Binary101110110001000110101000000101000110111110100111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D881A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,136,26); }

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

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

 a { background-color: rgb(93,136,26); }

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

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

 span { border-color: rgb(93,136,26); }

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