#12863E

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

Shades of Salem #12863E

Tints of Salem #12863E

Color information

#12863E (or 0x12863E) is unknown color: approx Salem. HEX triplet: 12, 86 and 3E. RGB value is (18,134,62). Sum of RGB (Red+Green+Blue) = 18+134+62=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 134 (52.73% from 255 or 62.62% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 134 - color contains mainly: green. Hex color #12863E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12863E is #ED79C1. Grayscale: #5B5B5B. Windows color (decimal): -15563202 or 4097554. OLE color: 4097554.

HSL color Cylindrical-coordinate representation of color #12863E: hue angle of 142.76º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12863E is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1813462-
CMYK0.8700.540.47
HSL142.76º76.32%29.8%-
HSV(B)142.76º86.57%52.55%-
XYZ9.6417.537.43-
YUV91.11111.5775.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.41%
GREEN value IS 134 (52.73% from 255) = 62.62%
BLUE value IS 62 (24.61% from 255) = 28.97%
R=8.41%
G=62.62%
B=28.97%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18134620.8700.540.47142.7676.3229.8
Hex12863E570362F8f4c1e
Octal22206761270665721711436
Binary10010100001101111101010111011011010111110001111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12863E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12863E; }

 p { color: rgb(18,134,62); }

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

<style>
 a { background-color: #12863E; }

 a { background-color: rgb(18,134,62); }

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

<style>
 span { border-color: #12863E; }

 span { border-color: rgb(18,134,62); }

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