#5D9300

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

Shades of Olive Drab #5D9300

Tints of Olive Drab #5D9300

Color information

#5D9300 (or 0x5D9300) is unknown color: approx Olive Drab. HEX triplet: 5D, 93 and 00. RGB value is (93,147,0). Sum of RGB (Red+Green+Blue) = 93+147+0=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #5D9300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9300 is #A26CFF. Grayscale: #727272. Windows color (decimal): -10644736 or 37725. OLE color: 37725.

HSL color Cylindrical-coordinate representation of color #5D9300: hue angle of 82.04º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D9300 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB931470-
CMYK0.37010.42
HSL82.04º100%28.82%-
HSV(B)82.04º100%57.65%-
XYZ14.9523.193.69-
YUV114.163.61112.95-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.75%
GREEN value IS 147 (57.81% from 255) = 61.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.75%
G=61.25%
B=0%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9314700.37010.4282.0410028.82
Hex5D930250642A52641d
Octal13522304501445212214435
Binary1011101100100110100101011001001010101010010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,147,0); }

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

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

 a { background-color: rgb(93,147,0); }

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

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

 span { border-color: rgb(93,147,0); }

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