Html Css Color HEX #5A7531 Dark Olive Green

📋 copy color: '#5A7531'

red 90 ◦ green 117 ◦ blue 49

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

Shades of Dark Olive Green #5A7531

Tints of Dark Olive Green #5A7531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.7%

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

R = 35.16%
G = 45.7%
B = 19.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#5A7531 (or 0x5A7531) is known color: Dark Olive Green. HEX triplet: 5A, 75 and 31. RGB value is (90,117,49). Sum of RGB (Red+Green+Blue) = 90+117+49=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #5A7531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7531 is #A58ACE. Grayscale: #656565. Windows color (decimal): -10848975 or 3241306. OLE color: 3241306.

HSL color Cylindrical-coordinate representation of color #5A7531: hue angle of 83.82º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A7531 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 117 49 -
CMYK 0.23 0 0.58 0.54
HSL 83.82º 0.41% 0.33% -
HSV(B) 83.82º 0.58% 0.46% -
XYZ 11.13 15.12 5.24 -
YUV 101.18 98.55 120.03 -
System Red Green Blue C M Y K H S L
Decimal 90 117 49 0.23 0 0.58 0.54 83.82 0.41 0.33
Hex 5A 75 31 17 0 3A 36 54 29 21
Octal 132 165 61 27 0 72 66 124 51 41
Binary 1011010 1110101 110001 10111 0 111010 110110 1010100 101001 100001

Color Harmonies of #5A7531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7531

Black with #5A7531

Text Example


Text Example

White with #5A7531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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