#5D9204

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

Shades of Olive Drab #5D9204

Tints of Olive Drab #5D9204

Color information

#5D9204 (or 0x5D9204) is unknown color: approx Olive Drab. HEX triplet: 5D, 92 and 04. RGB value is (93,146,4). Sum of RGB (Red+Green+Blue) = 93+146+4=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 146 (57.42% from 255 or 60.08% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 146 - color contains mainly: green. Hex color #5D9204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9204 is #A26DFB. Grayscale: #727272. Windows color (decimal): -10644988 or 299613. OLE color: 299613.

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

Color convert

RGB931464-
CMYK0.3600.970.43
HSL82.39º94.67%29.41%-
HSV(B)82.39º97.26%57.25%-
XYZ14.8222.893.75-
YUV113.9665.94113.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.27%
GREEN value IS 146 (57.42% from 255) = 60.08%
BLUE value IS 4 (1.95% from 255) = 1.65%
R=38.27%
G=60.08%
B=1.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9314640.3600.970.4382.3994.6729.41
Hex5D924240612B525f1d
Octal13522244401415312213735
Binary101110110010010100100100011000011010111010010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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