#5D8803

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

Shades of Olive Drab #5D8803

Tints of Olive Drab #5D8803

Color information

#5D8803 (or 0x5D8803) is unknown color: approx Olive Drab. HEX triplet: 5D, 88 and 03. RGB value is (93,136,3). Sum of RGB (Red+Green+Blue) = 93+136+3=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #5D8803 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8803 is #A277FC. Grayscale: #6C6C6C. Windows color (decimal): -10647549 or 231517. OLE color: 231517.

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

Color convert

RGB931363-
CMYK0.3200.980.47
HSL79.4º95.68%27.25%-
HSV(B)79.4º97.79%53.33%-
XYZ13.3319.943.23-
YUV107.9868.75117.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.09%
GREEN value IS 136 (53.52% from 255) = 58.62%
BLUE value IS 3 (1.56% from 255) = 1.29%
R=40.09%
G=58.62%
B=1.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9313630.3200.980.4779.495.6827.25
Hex5D883200622F4f601b
Octal13521034001425711714033
Binary10111011000100011100000011000101011111001111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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