Html Css Color HEX #5A7434 Dark Olive Green

📋 copy color: '#5A7434'

red 90 ◦ green 116 ◦ blue 52

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

Shades of Dark Olive Green #5A7434

Tints of Dark Olive Green #5A7434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.96%

 BLUE value IS 52 (20.7% from 255) = 20.16%

R = 34.88%
G = 44.96%
B = 20.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#5A7434 (or 0x5A7434) is known color: Dark Olive Green. HEX triplet: 5A, 74 and 34. RGB value is (90,116,52). Sum of RGB (Red+Green+Blue) = 90+116+52=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7434 is #A58BCB. Grayscale: #656565. Windows color (decimal): -10849228 or 3437658. OLE color: 3437658.

HSL color Cylindrical-coordinate representation of color #5A7434: hue angle of 84.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A7434 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 116 52 -
CMYK 0.22 0 0.55 0.55
HSL 84.38º 0.38% 0.33% -
HSV(B) 84.38º 0.55% 0.45% -
XYZ 11.08 14.91 5.54 -
YUV 100.93 100.39 120.2 -
System Red Green Blue C M Y K H S L
Decimal 90 116 52 0.22 0 0.55 0.55 84.38 0.38 0.33
Hex 5A 74 34 16 0 37 37 54 26 21
Octal 132 164 64 26 0 67 67 124 46 41
Binary 1011010 1110100 110100 10110 0 110111 110111 1010100 100110 100001

Color Harmonies of #5A7434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7434

Black with #5A7434

Text Example


Text Example

White with #5A7434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,116,52); }

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

background-color css

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

 a { background-color: rgb(90,116,52); }

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

border-color css

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

 span { border-color: rgb(90,116,52); }

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