#5A7A28

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

Shades of Dark Olive Green #5A7A28

Tints of Dark Olive Green #5A7A28

Color information

#5A7A28 (or 0x5A7A28) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 7A and 28. RGB value is (90,122,40). Sum of RGB (Red+Green+Blue) = 90+122+40=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 122 (48.05% from 255 or 48.41% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 122 - color contains mainly: green. Hex color #5A7A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7A28 is #A585D7. Grayscale: #676767. Windows color (decimal): -10847704 or 2652762. OLE color: 2652762.

HSL color Cylindrical-coordinate representation of color #5A7A28: hue angle of 83.41º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A7A28 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB9012240-
CMYK0.2600.670.52
HSL83.41º50.62%31.76%-
HSV(B)83.41º67.21%47.84%-
XYZ11.5616.254.53-
YUV103.0892.4118.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.71%
GREEN value IS 122 (48.05% from 255) = 48.41%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=35.71%
G=48.41%
B=15.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90122400.2600.670.5283.4150.6231.76
Hex5A7A281A04334533320
Octal13217250320103641236340
Binary1011010111101010100011010010000111101001010011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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