#5A6E30

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

Shades of Dark Olive Green #5A6E30

Tints of Dark Olive Green #5A6E30

Color information

#5A6E30 (or 0x5A6E30) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 6E and 30. RGB value is (90,110,48). Sum of RGB (Red+Green+Blue) = 90+110+48=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 110 - color contains mainly: green. Hex color #5A6E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6E30 is #A591CF. Grayscale: #616161. Windows color (decimal): -10850768 or 3173978. OLE color: 3173978.

HSL color Cylindrical-coordinate representation of color #5A6E30: hue angle of 79.35º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A6E30 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB9011048-
CMYK0.1800.560.57
HSL79.35º39.24%30.98%-
HSV(B)79.35º56.36%43.14%-
XYZ10.3313.544.87-
YUV96.95100.37123.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.29%
GREEN value IS 110 (43.36% from 255) = 44.35%
BLUE value IS 48 (19.14% from 255) = 19.35%
R=36.29%
G=44.35%
B=19.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90110480.1800.560.5779.3539.2430.98
Hex5A6E3012038394f271f
Octal1321566022070711174737
Binary10110101101110110000100100111000111001100111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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