#12734F

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

Shades of Salem #12734F

Tints of Salem #12734F

Color information

#12734F (or 0x12734F) is unknown color: approx Salem. HEX triplet: 12, 73 and 4F. RGB value is (18,115,79). Sum of RGB (Red+Green+Blue) = 18+115+79=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #12734F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12734F is #ED8CB0. Grayscale: #515151. Windows color (decimal): -15568049 or 5206802. OLE color: 5206802.

HSL color Cylindrical-coordinate representation of color #12734F: hue angle of 157.73º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12734F is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1811579-
CMYK0.8400.310.55
HSL157.73º72.93%26.08%-
HSV(B)157.73º84.35%45.1%-
XYZ7.7912.959.49-
YUV81.89126.3682.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.49%
GREEN value IS 115 (45.31% from 255) = 54.25%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=8.49%
G=54.25%
B=37.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18115790.8400.310.55157.7372.9326.08
Hex12734F5401F379e491a
Octal221631171240376723611132
Binary1001011100111001111101010001111111011110011110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12734F; }

 p { color: rgb(18,115,79); }

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

<style>
 a { background-color: #12734F; }

 a { background-color: rgb(18,115,79); }

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

<style>
 span { border-color: #12734F; }

 span { border-color: rgb(18,115,79); }

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