#12774F

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

Shades of Salem #12774F

Tints of Salem #12774F

Color information

#12774F (or 0x12774F) is unknown color: approx Salem. HEX triplet: 12, 77 and 4F. RGB value is (18,119,79). Sum of RGB (Red+Green+Blue) = 18+119+79=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #12774F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12774F is #ED88B0. Grayscale: #545454. Windows color (decimal): -15567025 or 5207826. OLE color: 5207826.

HSL color Cylindrical-coordinate representation of color #12774F: hue angle of 156.24º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12774F is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1811979-
CMYK0.8500.340.53
HSL156.24º73.72%26.86%-
HSV(B)156.24º84.87%46.67%-
XYZ8.2613.899.64-
YUV84.24125.0480.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.33%
GREEN value IS 119 (46.88% from 255) = 55.09%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=8.33%
G=55.09%
B=36.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18119790.8500.340.53156.2473.7226.86
Hex12774F55022359c4a1b
Octal221671171250426523411233
Binary10010111011110011111010101010001011010110011100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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