Html Css Color HEX #5A8304 Olive Drab

📋 copy color: '#5A8304'

red 90 ◦ green 131 ◦ blue 4

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

Shades of Olive Drab #5A8304

Tints of Olive Drab #5A8304

RGB

 RED value IS 90 (35.55% from 255) = 40%

 GREEN value IS 131 (51.56% from 255) = 58.22%

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

R = 40%
G = 58.22%
B = 1.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#5A8304 (or 0x5A8304) is known color: Olive Drab. HEX triplet: 5A, 83 and 04. RGB value is (90,131,4). Sum of RGB (Red+Green+Blue) = 90+131+4=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 131 (51.56% from 255 or 58.22% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 131 - color contains mainly: green. Hex color #5A8304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8304 is #A57CFB. Grayscale: #686868. Windows color (decimal): -10845436 or 295770. OLE color: 295770.

HSL color Cylindrical-coordinate representation of color #5A8304: hue angle of 79.37º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A8304 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 90 131 4 -
CMYK 0.31 0 0.97 0.49
HSL 79.37º 0.94% 0.26% -
HSV(B) 79.37º 0.97% 0.51% -
XYZ 12.35 18.42 3.02 -
YUV 104.26 71.42 117.83 -
System Red Green Blue C M Y K H S L
Decimal 90 131 4 0.31 0 0.97 0.49 79.37 0.94 0.26
Hex 5A 83 4 1F 0 61 31 4F 5E 1A
Octal 132 203 4 37 0 141 61 117 136 32
Binary 1011010 10000011 100 11111 0 1100001 110001 1001111 1011110 11010

Color Harmonies of #5A8304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8304

Black with #5A8304

Text Example


Text Example

White with #5A8304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,131,4); }

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

background-color css

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

 a { background-color: rgb(90,131,4); }

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

border-color css

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

 span { border-color: rgb(90,131,4); }

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