Html Css Color HEX #5D9502 Olive Drab

📋 copy color: '#5D9502'

red 93 ◦ green 149 ◦ blue 2

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

Shades of Olive Drab #5D9502

Tints of Olive Drab #5D9502

RGB

 RED value IS 93 (36.72% from 255) = 38.11%

 GREEN value IS 149 (58.59% from 255) = 61.07%

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

R = 38.11%
G = 61.07%
B = 0.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#5D9502 (or 0x5D9502) is known color: Olive Drab. HEX triplet: 5D, 95 and 02. RGB value is (93,149,2). Sum of RGB (Red+Green+Blue) = 93+149+2=244 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.11% from 244); Green value is 149 (58.59% from 255 or 61.07% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 149 - color contains mainly: green. Hex color #5D9502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9502 is #A26AFD. Grayscale: #747474. Windows color (decimal): -10644222 or 169309. OLE color: 169309.

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

Color convert

RGB 93 149 2 -
CMYK 0.38 0 0.99 0.42
HSL 82.86º 0.97% 0.3% -
HSV(B) 82.86º 0.99% 0.58% -
XYZ 15.27 23.83 3.85 -
YUV 115.5 63.95 111.95 -
System Red Green Blue C M Y K H S L
Decimal 93 149 2 0.38 0 0.99 0.42 82.86 0.97 0.3
Hex 5D 95 2 26 0 63 2A 53 61 1E
Octal 135 225 2 46 0 143 52 123 141 36
Binary 1011101 10010101 10 100110 0 1100011 101010 1010011 1100001 11110

Color Harmonies of #5D9502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9502

Black with #5D9502

Text Example


Text Example

White with #5D9502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,149,2); }

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

background-color css

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

 a { background-color: rgb(93,149,2); }

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

border-color css

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

 span { border-color: rgb(93,149,2); }

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