#5A6934

Color #5A6934 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #5A6934

Tints of Dark Olive Green #5A6934

Color information

#5A6934 (or 0x5A6934) is unknown color: approx 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

RGB9010552-
CMYK0.1400.500.59
HSL76.98º33.76%30.78%-
HSV(B)76.98º50.48%41.18%-
XYZ9.8912.525.15-
YUV94.47104.03124.81-

RGB Variations

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

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.70% from 255) = 21.05%
R=36.44%
G=42.51%
B=21.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal90105520.1400.500.5976.9833.7630.78
Hex5A6934E0323B4d221f
Octal1321516416062731154237
Binary1011010110100111010011100110010111011100110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>