Html Css Color HEX #5E9402 Olive Drab

📋 copy color: '#5E9402'

red 94 ◦ green 148 ◦ blue 2

#5E9402
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #5E9402

Tints of Olive Drab #5E9402

RGB

 RED value IS 94 (37.11% from 255) = 38.52%

 GREEN value IS 148 (58.2% from 255) = 60.66%

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 38.52%
G = 60.66%
B = 0.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#5E9402 (or 0x5E9402) is known color: Olive Drab. HEX triplet: 5E, 94 and 02. RGB value is (94,148,2). Sum of RGB (Red+Green+Blue) = 94+148+2=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 148 (58.20% from 255 or 60.66% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 148 - color contains mainly: green. Hex color #5E9402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9402 is #A16BFD. Grayscale: #737373. Windows color (decimal): -10578942 or 169054. OLE color: 169054.

HSL color Cylindrical-coordinate representation of color #5E9402: hue angle of 82.19º 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 #5E9402 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 148 2 -
CMYK 0.36 0 0.99 0.42
HSL 82.19º 0.97% 0.29% -
HSV(B) 82.19º 0.99% 0.58% -
XYZ 15.22 23.56 3.8 -
YUV 115.21 64.11 112.87 -
System Red Green Blue C M Y K H S L
Decimal 94 148 2 0.36 0 0.99 0.42 82.19 0.97 0.29
Hex 5E 94 2 24 0 63 2A 52 61 1D
Octal 136 224 2 44 0 143 52 122 141 35
Binary 1011110 10010100 10 100100 0 1100011 101010 1010010 1100001 11101

Color Harmonies of #5E9402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9402

Black with #5E9402

Text Example


Text Example

White with #5E9402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E9402;
 }
 .AnyTagClassName
 {
   color: #5E9402;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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