Html Css Color HEX #127749 Salem

📋 copy color: '#127749'

red 18 ◦ green 119 ◦ blue 73

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

Shades of Salem #127749

Tints of Salem #127749

RGB

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

 GREEN value IS 119 (46.88% from 255) = 56.67%

 BLUE value IS 73 (28.91% from 255) = 34.76%

R = 8.57%
G = 56.67%
B = 34.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#127749 (or 0x127749) is known color: Salem. HEX triplet: 12, 77 and 49. RGB value is (18,119,73). Sum of RGB (Red+Green+Blue) = 18+119+73=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 119 (46.88% from 255 or 56.67% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 119 - color contains mainly: green. Hex color #127749 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127749 is #ED88B6. Grayscale: #535353. Windows color (decimal): -15567031 or 4814610. OLE color: 4814610.

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

Color convert

RGB 18 119 73 -
CMYK 0.85 0 0.39 0.53
HSL 152.67º 0.74% 0.27% -
HSV(B) 152.67º 0.85% 0.47% -
XYZ 8.05 13.8 8.54 -
YUV 83.56 122.04 81.24 -
System Red Green Blue C M Y K H S L
Decimal 18 119 73 0.85 0 0.39 0.53 152.67 0.74 0.27
Hex 12 77 49 55 0 27 35 99 4A 1B
Octal 22 167 111 125 0 47 65 231 112 33
Binary 10010 1110111 1001001 1010101 0 100111 110101 10011001 1001010 11011

Color Harmonies of #127749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127749

Black with #127749

Text Example


Text Example

White with #127749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127749; }

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

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

background-color css

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

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

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

border-color css

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

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

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