#12834C

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

Shades of Salem #12834C

Tints of Salem #12834C

Color information

#12834C (or 0x12834C) is unknown color: approx Salem. HEX triplet: 12, 83 and 4C. RGB value is (18,131,76). Sum of RGB (Red+Green+Blue) = 18+131+76=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 131 (51.56% from 255 or 58.22% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 131 - color contains mainly: green. Hex color #12834C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12834C is #ED7CB3. Grayscale: #5B5B5B. Windows color (decimal): -15563956 or 5014290. OLE color: 5014290.

HSL color Cylindrical-coordinate representation of color #12834C: hue angle of 150.8º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12834C is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1813176-
CMYK0.8600.420.49
HSL150.8º75.84%29.22%-
HSV(B)150.8º86.26%51.37%-
XYZ9.6716.889.59-
YUV90.94119.5675.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 131 (51.56% from 255) = 58.22%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=8%
G=58.22%
B=33.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18131760.8600.420.49150.875.8429.22
Hex12834C5602A31974c1d
Octal222031141260526122711435
Binary100101000001110011001010110010101011000110010111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12834C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12834C; }

 p { color: rgb(18,131,76); }

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

<style>
 a { background-color: #12834C; }

 a { background-color: rgb(18,131,76); }

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

<style>
 span { border-color: #12834C; }

 span { border-color: rgb(18,131,76); }

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