Html Css Color HEX #12724C Salem

📋 copy color: '#12724C'

red 18 ◦ green 114 ◦ blue 76

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

Shades of Salem #12724C

Tints of Salem #12724C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 54.81%

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

R = 8.65%
G = 54.81%
B = 36.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#12724C (or 0x12724C) is known color: Salem. HEX triplet: 12, 72 and 4C. RGB value is (18,114,76). Sum of RGB (Red+Green+Blue) = 18+114+76=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #12724C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12724C is #ED8DB3. Grayscale: #515151. Windows color (decimal): -15568308 or 5009938. OLE color: 5009938.

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

Color convert

RGB 18 114 76 -
CMYK 0.84 0 0.33 0.55
HSL 156.25º 0.73% 0.26% -
HSV(B) 156.25º 0.84% 0.45% -
XYZ 7.57 12.69 8.89 -
YUV 80.96 125.2 83.09 -
System Red Green Blue C M Y K H S L
Decimal 18 114 76 0.84 0 0.33 0.55 156.25 0.73 0.26
Hex 12 72 4C 54 0 21 37 9C 49 1A
Octal 22 162 114 124 0 41 67 234 111 32
Binary 10010 1110010 1001100 1010100 0 100001 110111 10011100 1001001 11010

Color Harmonies of #12724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12724C

Black with #12724C

Text Example


Text Example

White with #12724C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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