#0A8548

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

Shades of Salem #0A8548

Tints of Salem #0A8548

Color information

#0A8548 (or 0x0A8548) is unknown color: approx Salem. HEX triplet: 0A, 85 and 48. RGB value is (10,133,72). Sum of RGB (Red+Green+Blue) = 10+133+72=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 133 (52.34% from 255 or 61.86% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 133 - color contains mainly: green. Hex color #0A8548 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8548 is #F57AB7. Grayscale: #595959. Windows color (decimal): -16087736 or 4752650. OLE color: 4752650.

HSL color Cylindrical-coordinate representation of color #0A8548: hue angle of 150.24º 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 #0A8548 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB1013372-
CMYK0.9200.460.48
HSL150.24º86.01%28.04%-
HSV(B)150.24º92.48%52.16%-
XYZ9.6817.318.96-
YUV89.27118.2571.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.65%
GREEN value IS 133 (52.34% from 255) = 61.86%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=4.65%
G=61.86%
B=33.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10133720.9200.460.48150.2486.0128.04
HexA85485C02E3096561c
Octal122051101340566022612634
Binary10101000010110010001011100010111011000010010110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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