#12774B

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

Shades of Salem #12774B

Tints of Salem #12774B

Color information

#12774B (or 0x12774B) is unknown color: approx Salem. HEX triplet: 12, 77 and 4B. RGB value is (18,119,75). Sum of RGB (Red+Green+Blue) = 18+119+75=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #12774B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12774B is #ED88B4. Grayscale: #535353. Windows color (decimal): -15567029 or 4945682. OLE color: 4945682.

HSL color Cylindrical-coordinate representation of color #12774B: hue angle of 153.86º 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 #12774B is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1811975-
CMYK0.8500.370.53
HSL153.86º73.72%26.86%-
HSV(B)153.86º84.87%46.67%-
XYZ8.1213.838.9-
YUV83.78123.0481.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.49%
GREEN value IS 119 (46.88% from 255) = 56.13%
BLUE value IS 75 (29.69% from 255) = 35.38%
R=8.49%
G=56.13%
B=35.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18119750.8500.370.53153.8673.7226.86
Hex12774B55025359a4a1b
Octal221671131250456523211233
Binary10010111011110010111010101010010111010110011010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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