#0A7A52

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

Shades of Salem #0A7A52

Tints of Salem #0A7A52

Color information

#0A7A52 (or 0x0A7A52) is unknown color: approx Salem. HEX triplet: 0A, 7A and 52. RGB value is (10,122,82). Sum of RGB (Red+Green+Blue) = 10+122+82=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 122 (48.05% from 255 or 57.01% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 122 - color contains mainly: green. Hex color #0A7A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7A52 is #F585AD. Grayscale: #535353. Windows color (decimal): -16090542 or 5405194. OLE color: 5405194.

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

Color convert

RGB1012282-
CMYK0.9200.330.52
HSL158.57º84.85%25.88%-
HSV(B)158.57º91.8%47.84%-
XYZ8.6114.5910.35-
YUV83.95126.8975.25-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.67%
GREEN value IS 122 (48.05% from 255) = 57.01%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=4.67%
G=57.01%
B=38.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10122820.9200.330.52158.5784.8525.88
HexA7A525C021349f551a
Octal121721221340416423712532
Binary1010111101010100101011100010000111010010011111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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