#0A7A48

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

Shades of Salem #0A7A48

Tints of Salem #0A7A48

Color information

#0A7A48 (or 0x0A7A48) is unknown color: approx Salem. HEX triplet: 0A, 7A and 48. RGB value is (10,122,72). Sum of RGB (Red+Green+Blue) = 10+122+72=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 122 (48.05% from 255 or 59.80% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 122 - color contains mainly: green. Hex color #0A7A48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7A48 is #F585B7. Grayscale: #525252. Windows color (decimal): -16090552 or 4749834. OLE color: 4749834.

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

Color convert

RGB1012272-
CMYK0.9200.410.52
HSL153.21º84.85%25.88%-
HSV(B)153.21º91.8%47.84%-
XYZ8.2514.458.49-
YUV82.81121.8976.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.90%
GREEN value IS 122 (48.05% from 255) = 59.80%
BLUE value IS 72 (28.52% from 255) = 35.29%
R=4.90%
G=59.80%
B=35.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10122720.9200.410.52153.2184.8525.88
HexA7A485C0293499551a
Octal121721101340516423112532
Binary1010111101010010001011100010100111010010011001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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