#5A7228

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

Shades of Dark Olive Green #5A7228

Tints of Dark Olive Green #5A7228

Color information

#5A7228 (or 0x5A7228) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 72 and 28. RGB value is (90,114,40). Sum of RGB (Red+Green+Blue) = 90+114+40=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7228 is #A58DD7. Grayscale: #626262. Windows color (decimal): -10849752 or 2650714. OLE color: 2650714.

HSL color Cylindrical-coordinate representation of color #5A7228: hue angle of 79.46º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A7228 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB9011440-
CMYK0.2100.650.55
HSL79.46º48.05%30.2%-
HSV(B)79.46º64.91%44.71%-
XYZ10.6214.364.22-
YUV98.3995.05122.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.89%
GREEN value IS 114 (44.92% from 255) = 46.72%
BLUE value IS 40 (16.02% from 255) = 16.39%
R=36.89%
G=46.72%
B=16.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90114400.2100.650.5579.4648.0530.2
Hex5A722815041374f301e
Octal13216250250101671176036
Binary101101011100101010001010101000001110111100111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,114,40); }

 H1.HeaderClassName
 {
   color: #5A7228;
 }
 .AnyTagClassName
 {
   color: #5A7228;
 }
</style>
background-color css

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

 a { background-color: rgb(90,114,40); }

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

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

 span { border-color: rgb(90,114,40); }

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