Html Css Color HEX #5A8219 Olive Drab

📋 copy color: '#5A8219'

red 90 ◦ green 130 ◦ blue 25

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

Shades of Olive Drab #5A8219

Tints of Olive Drab #5A8219

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.06%

 BLUE value IS 25 (10.16% from 255) = 10.2%

R = 36.73%
G = 53.06%
B = 10.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#5A8219 (or 0x5A8219) is known color: Olive Drab. HEX triplet: 5A, 82 and 19. RGB value is (90,130,25). Sum of RGB (Red+Green+Blue) = 90+130+25=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #5A8219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8219 is #A57DE6. Grayscale: #6A6A6A. Windows color (decimal): -10845671 or 1671770. OLE color: 1671770.

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

Color convert

RGB 90 130 25 -
CMYK 0.31 0 0.81 0.49
HSL 82.86º 0.68% 0.3% -
HSV(B) 82.86º 0.81% 0.51% -
XYZ 12.37 18.21 3.78 -
YUV 106.07 82.25 116.54 -
System Red Green Blue C M Y K H S L
Decimal 90 130 25 0.31 0 0.81 0.49 82.86 0.68 0.3
Hex 5A 82 19 1F 0 51 31 53 44 1E
Octal 132 202 31 37 0 121 61 123 104 36
Binary 1011010 10000010 11001 11111 0 1010001 110001 1010011 1000100 11110

Color Harmonies of #5A8219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8219

Black with #5A8219

Text Example


Text Example

White with #5A8219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,130,25); }

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

background-color css

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

 a { background-color: rgb(90,130,25); }

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

border-color css

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

 span { border-color: rgb(90,130,25); }

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