#5E9302

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

Shades of Olive Drab #5E9302

Tints of Olive Drab #5E9302

Color information

#5E9302 (or 0x5E9302) is unknown color: approx Olive Drab. HEX triplet: 5E, 93 and 02. RGB value is (94,147,2). Sum of RGB (Red+Green+Blue) = 94+147+2=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 147 (57.81% from 255 or 60.49% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9302 is #A16CFD. Grayscale: #737373. Windows color (decimal): -10579198 or 168798. OLE color: 168798.

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

Color convert

RGB941472-
CMYK0.3600.990.42
HSL81.93º97.32%29.22%-
HSV(B)81.93º98.64%57.65%-
XYZ15.0623.253.75-
YUV114.6264.44113.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.68%
GREEN value IS 147 (57.81% from 255) = 60.49%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=38.68%
G=60.49%
B=0.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9414720.3600.990.4281.9397.3229.22
Hex5E932240632A52611d
Octal13622324401435212214135
Binary10111101001001110100100011000111010101010010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,147,2); }

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

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

 a { background-color: rgb(94,147,2); }

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

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

 span { border-color: rgb(94,147,2); }

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