Html Css Color HEX #5A7131 Dark Olive Green

📋 copy color: '#5A7131'

red 90 ◦ green 113 ◦ blue 49

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

Shades of Dark Olive Green #5A7131

Tints of Dark Olive Green #5A7131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.84%

 BLUE value IS 49 (19.53% from 255) = 19.44%

R = 35.71%
G = 44.84%
B = 19.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#5A7131 (or 0x5A7131) is known color: Dark Olive Green. HEX triplet: 5A, 71 and 31. RGB value is (90,113,49). Sum of RGB (Red+Green+Blue) = 90+113+49=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7131 is #A58ECE. Grayscale: #636363. Windows color (decimal): -10849999 or 3240282. OLE color: 3240282.

HSL color Cylindrical-coordinate representation of color #5A7131: hue angle of 81.56º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A7131 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 113 49 -
CMYK 0.20 0 0.57 0.56
HSL 81.56º 0.4% 0.32% -
HSV(B) 81.56º 0.57% 0.44% -
XYZ 10.68 14.21 5.09 -
YUV 98.83 99.88 121.7 -
System Red Green Blue C M Y K H S L
Decimal 90 113 49 0.20 0 0.57 0.56 81.56 0.4 0.32
Hex 5A 71 31 14 0 39 38 52 28 20
Octal 132 161 61 24 0 71 70 122 50 40
Binary 1011010 1110001 110001 10100 0 111001 111000 1010010 101000 100000

Color Harmonies of #5A7131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7131

Black with #5A7131

Text Example


Text Example

White with #5A7131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,113,49); }

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

background-color css

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

 a { background-color: rgb(90,113,49); }

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

border-color css

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

 span { border-color: rgb(90,113,49); }

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