#5A7330

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

Shades of Dark Olive Green #5A7330

Tints of Dark Olive Green #5A7330

Color information

#5A7330 (or 0x5A7330) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 73 and 30. RGB value is (90,115,48). Sum of RGB (Red+Green+Blue) = 90+115+48=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7330 is #A58CCF. Grayscale: #646464. Windows color (decimal): -10849488 or 3175258. OLE color: 3175258.

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

Color convert

RGB9011548-
CMYK0.2200.580.55
HSL82.39º41.1%31.96%-
HSV(B)82.39º58.26%45.1%-
XYZ10.8814.655.05-
YUV99.8998.72120.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.57%
GREEN value IS 115 (45.31% from 255) = 45.45%
BLUE value IS 48 (19.14% from 255) = 18.97%
R=35.57%
G=45.45%
B=18.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90115480.2200.580.5582.3941.131.96
Hex5A73301603A37522920
Octal1321636026072671225140
Binary101101011100111100001011001110101101111010010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,115,48); }

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

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

 a { background-color: rgb(90,115,48); }

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

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

 span { border-color: rgb(90,115,48); }

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