Html Css Color HEX #5A7526 Dark Olive Green

📋 copy color: '#5A7526'

red 90 ◦ green 117 ◦ blue 38

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

Shades of Dark Olive Green #5A7526

Tints of Dark Olive Green #5A7526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.51%

R = 36.73%
G = 47.76%
B = 15.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#5A7526 (or 0x5A7526) is known color: Dark Olive Green. HEX triplet: 5A, 75 and 26. RGB value is (90,117,38). Sum of RGB (Red+Green+Blue) = 90+117+38=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #5A7526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7526 is #A58AD9. Grayscale: #646464. Windows color (decimal): -10848986 or 2520410. OLE color: 2520410.

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

Color convert

RGB 90 117 38 -
CMYK 0.23 0 0.68 0.54
HSL 80.51º 0.51% 0.3% -
HSV(B) 80.51º 0.68% 0.46% -
XYZ 10.93 15.04 4.16 -
YUV 99.92 93.05 120.92 -
System Red Green Blue C M Y K H S L
Decimal 90 117 38 0.23 0 0.68 0.54 80.51 0.51 0.3
Hex 5A 75 26 17 0 44 36 51 33 1E
Octal 132 165 46 27 0 104 66 121 63 36
Binary 1011010 1110101 100110 10111 0 1000100 110110 1010001 110011 11110

Color Harmonies of #5A7526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7526

Black with #5A7526

Text Example


Text Example

White with #5A7526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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