#0A8357

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

Shades of Salem #0A8357

Tints of Salem #0A8357

Color information

#0A8357 (or 0x0A8357) is unknown color: approx Salem. HEX triplet: 0A, 83 and 57. RGB value is (10,131,87). Sum of RGB (Red+Green+Blue) = 10+131+87=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #0A8357 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8357 is #F57CA8. Grayscale: #595959. Windows color (decimal): -16088233 or 5735178. OLE color: 5735178.

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

Color convert

RGB1013187-
CMYK0.9200.340.49
HSL158.18º85.82%27.65%-
HSV(B)158.18º92.37%51.37%-
XYZ9.9616.9911.77-
YUV89.8126.4171.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.39%
GREEN value IS 131 (51.56% from 255) = 57.46%
BLUE value IS 87 (34.38% from 255) = 38.16%
R=4.39%
G=57.46%
B=38.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10131870.9200.340.49158.1885.8227.65
HexA83575C022319e561c
Octal122031271340426123612634
Binary10101000001110101111011100010001011000110011110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,131,87); }

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

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

 a { background-color: rgb(10,131,87); }

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

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

 span { border-color: rgb(10,131,87); }

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