Html Css Color HEX #5D9104 Olive Drab

📋 copy color: '#5D9104'

red 93 ◦ green 145 ◦ blue 4

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

Shades of Olive Drab #5D9104

Tints of Olive Drab #5D9104

RGB

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

 GREEN value IS 145 (57.03% from 255) = 59.92%

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 38.43%
G = 59.92%
B = 1.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#5D9104 (or 0x5D9104) is known color: Olive Drab. HEX triplet: 5D, 91 and 04. RGB value is (93,145,4). Sum of RGB (Red+Green+Blue) = 93+145+4=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 145 (57.03% from 255 or 59.92% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 145 - color contains mainly: green. Hex color #5D9104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9104 is #A26EFB. Grayscale: #717171. Windows color (decimal): -10645244 or 299357. OLE color: 299357.

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

Color convert

RGB 93 145 4 -
CMYK 0.36 0 0.97 0.43
HSL 82.13º 0.95% 0.29% -
HSV(B) 82.13º 0.97% 0.57% -
XYZ 14.66 22.59 3.7 -
YUV 113.38 66.27 113.46 -
System Red Green Blue C M Y K H S L
Decimal 93 145 4 0.36 0 0.97 0.43 82.13 0.95 0.29
Hex 5D 91 4 24 0 61 2B 52 5F 1D
Octal 135 221 4 44 0 141 53 122 137 35
Binary 1011101 10010001 100 100100 0 1100001 101011 1010010 1011111 11101

Color Harmonies of #5D9104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9104

Black with #5D9104

Text Example


Text Example

White with #5D9104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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