Html Css Color HEX #5A6934 Dark Olive Green

📋 copy color: '#5A6934'

red 90 ◦ green 105 ◦ blue 52

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

Shades of Dark Olive Green #5A6934

Tints of Dark Olive Green #5A6934

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.51%

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

R = 36.44%
G = 42.51%
B = 21.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#5A6934 (or 0x5A6934) is known color: Dark Olive Green. HEX triplet: 5A, 69 and 34. RGB value is (90,105,52). Sum of RGB (Red+Green+Blue) = 90+105+52=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6934 is #A596CB. Grayscale: #5E5E5E. Windows color (decimal): -10852044 or 3434842. OLE color: 3434842.

HSL color Cylindrical-coordinate representation of color #5A6934: hue angle of 76.98º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A6934 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 90 105 52 -
CMYK 0.14 0 0.50 0.59
HSL 76.98º 0.34% 0.31% -
HSV(B) 76.98º 0.5% 0.41% -
XYZ 9.89 12.52 5.15 -
YUV 94.47 104.03 124.81 -
System Red Green Blue C M Y K H S L
Decimal 90 105 52 0.14 0 0.50 0.59 76.98 0.34 0.31
Hex 5A 69 34 E 0 32 3B 4D 22 1F
Octal 132 151 64 16 0 62 73 115 42 37
Binary 1011010 1101001 110100 1110 0 110010 111011 1001101 100010 11111

Color Harmonies of #5A6934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6934

Black with #5A6934

Text Example


Text Example

White with #5A6934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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