Html Css Color HEX #12744C Salem

📋 copy color: '#12744C'

red 18 ◦ green 116 ◦ blue 76

#12744C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #12744C

Tints of Salem #12744C

RGB

 RED value IS 18 (7.42% from 255) = 8.57%

 GREEN value IS 116 (45.7% from 255) = 55.24%

 BLUE value IS 76 (30.08% from 255) = 36.19%

R = 8.57%
G = 55.24%
B = 36.19%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#12744C (or 0x12744C) is known color: Salem. HEX triplet: 12, 74 and 4C. RGB value is (18,116,76). Sum of RGB (Red+Green+Blue) = 18+116+76=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 116 (45.70% from 255 or 55.24% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 116 - color contains mainly: green. Hex color #12744C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12744C is #ED8BB3. Grayscale: #525252. Windows color (decimal): -15567796 or 5010450. OLE color: 5010450.

HSL color Cylindrical-coordinate representation of color #12744C: hue angle of 155.51º 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 #12744C is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 116 76 -
CMYK 0.84 0 0.34 0.55
HSL 155.51º 0.73% 0.26% -
HSV(B) 155.51º 0.84% 0.45% -
XYZ 7.8 13.14 8.96 -
YUV 82.14 124.53 82.25 -
System Red Green Blue C M Y K H S L
Decimal 18 116 76 0.84 0 0.34 0.55 155.51 0.73 0.26
Hex 12 74 4C 54 0 22 37 9C 49 1A
Octal 22 164 114 124 0 42 67 234 111 32
Binary 10010 1110100 1001100 1010100 0 100010 110111 10011100 1001001 11010

Color Harmonies of #12744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12744C

Black with #12744C

Text Example


Text Example

White with #12744C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12744C;
 }
 .AnyTagClassName
 {
   color: #12744C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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