Html Css Color HEX #5D9204 Olive Drab

📋 copy color: '#5D9204'

red 93 ◦ green 146 ◦ blue 4

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

Shades of Olive Drab #5D9204

Tints of Olive Drab #5D9204

RGB

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

 GREEN value IS 146 (57.42% from 255) = 60.08%

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

R = 38.27%
G = 60.08%
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

#5D9204 (or 0x5D9204) is known color: Olive Drab. HEX triplet: 5D, 92 and 04. RGB value is (93,146,4). Sum of RGB (Red+Green+Blue) = 93+146+4=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 146 (57.42% from 255 or 60.08% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 146 - color contains mainly: green. Hex color #5D9204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9204 is #A26DFB. Grayscale: #727272. Windows color (decimal): -10644988 or 299613. OLE color: 299613.

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

Color convert

RGB 93 146 4 -
CMYK 0.36 0 0.97 0.43
HSL 82.39º 0.95% 0.29% -
HSV(B) 82.39º 0.97% 0.57% -
XYZ 14.82 22.89 3.75 -
YUV 113.97 65.94 113.05 -
System Red Green Blue C M Y K H S L
Decimal 93 146 4 0.36 0 0.97 0.43 82.39 0.95 0.29
Hex 5D 92 4 24 0 61 2B 52 5F 1D
Octal 135 222 4 44 0 141 53 122 137 35
Binary 1011101 10010010 100 100100 0 1100001 101011 1010010 1011111 11101

Color Harmonies of #5D9204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9204

Black with #5D9204

Text Example


Text Example

White with #5D9204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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