#0A8549

Color #0A8549 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #0A8549

Tints of Salem #0A8549

Color information

#0A8549 (or 0x0A8549) is unknown color: approx Salem. HEX triplet: 0A, 85 and 49. RGB value is (10,133,73). Sum of RGB (Red+Green+Blue) = 10+133+73=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #0A8549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8549 is #F57AB6. Grayscale: #595959. Windows color (decimal): -16087735 or 4818186. OLE color: 4818186.

HSL color Cylindrical-coordinate representation of color #0A8549: hue angle of 150.73º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8549 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1013373-
CMYK0.9200.450.48
HSL150.73º86.01%28.04%-
HSV(B)150.73º92.48%52.16%-
XYZ9.7217.329.13-
YUV89.38118.7571.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.63%
GREEN value IS 133 (52.34% from 255) = 61.57%
BLUE value IS 73 (28.91% from 255) = 33.80%
R=4.63%
G=61.57%
B=33.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10133730.9200.450.48150.7386.0128.04
HexA85495C02D3097561c
Octal122051111340556022712634
Binary10101000010110010011011100010110111000010010111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A8549; }

 p { color: rgb(10,133,73); }

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

<style>
 a { background-color: #0A8549; }

 a { background-color: rgb(10,133,73); }

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

<style>
 span { border-color: #0A8549; }

 span { border-color: rgb(10,133,73); }

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