#12774A

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

Shades of Salem #12774A

Tints of Salem #12774A

Color information

#12774A (or 0x12774A) is unknown color: approx Salem. HEX triplet: 12, 77 and 4A. RGB value is (18,119,74). Sum of RGB (Red+Green+Blue) = 18+119+74=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 119 (46.88% from 255 or 56.40% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 119 - color contains mainly: green. Hex color #12774A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12774A is #ED88B5. Grayscale: #535353. Windows color (decimal): -15567030 or 4880146. OLE color: 4880146.

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

Color convert

RGB1811974-
CMYK0.8500.380.53
HSL153.27º73.72%26.86%-
HSV(B)153.27º84.87%46.67%-
XYZ8.0813.828.72-
YUV83.67122.5481.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 119 (46.88% from 255) = 56.40%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=8.53%
G=56.40%
B=35.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18119740.8500.380.53153.2773.7226.86
Hex12774A5502635994a1b
Octal221671121250466523111233
Binary10010111011110010101010101010011011010110011001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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