#5D9004

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

Shades of Olive Drab #5D9004

Tints of Olive Drab #5D9004

Color information

#5D9004 (or 0x5D9004) is unknown color: approx Olive Drab. HEX triplet: 5D, 90 and 04. RGB value is (93,144,4). Sum of RGB (Red+Green+Blue) = 93+144+4=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 144 (56.64% from 255 or 59.75% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 144 - color contains mainly: green. Hex color #5D9004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9004 is #A26FFB. Grayscale: #717171. Windows color (decimal): -10645500 or 299101. OLE color: 299101.

HSL color Cylindrical-coordinate representation of color #5D9004: hue angle of 81.86º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D9004 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB931444-
CMYK0.3500.970.44
HSL81.86º94.59%29.02%-
HSV(B)81.86º97.22%56.47%-
XYZ14.5122.283.65-
YUV112.7966.6113.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.59%
GREEN value IS 144 (56.64% from 255) = 59.75%
BLUE value IS 4 (1.95% from 255) = 1.66%
R=38.59%
G=59.75%
B=1.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9314440.3500.970.4481.8694.5929.02
Hex5D904230612C525f1d
Octal13522044301415412213735
Binary101110110010000100100011011000011011001010010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,144,4); }

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

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

 a { background-color: rgb(93,144,4); }

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

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

 span { border-color: rgb(93,144,4); }

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