Html Css Color HEX #137649 Salem

📋 copy color: '#137649'

red 19 ◦ green 118 ◦ blue 73

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

Shades of Salem #137649

Tints of Salem #137649

RGB

 RED value IS 19 (7.81% from 255) = 9.05%

 GREEN value IS 118 (46.48% from 255) = 56.19%

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

R = 9.05%
G = 56.19%
B = 34.76%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#137649 (or 0x137649) is known color: Salem. HEX triplet: 13, 76 and 49. RGB value is (19,118,73). Sum of RGB (Red+Green+Blue) = 19+118+73=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #137649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137649 is #EC89B6. Grayscale: #535353. Windows color (decimal): -15501751 or 4814355. OLE color: 4814355.

HSL color Cylindrical-coordinate representation of color #137649: hue angle of 152.73º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137649 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 118 73 -
CMYK 0.84 0 0.38 0.54
HSL 152.73º 0.72% 0.27% -
HSV(B) 152.73º 0.84% 0.46% -
XYZ 7.95 13.58 8.5 -
YUV 83.27 122.2 82.16 -
System Red Green Blue C M Y K H S L
Decimal 19 118 73 0.84 0 0.38 0.54 152.73 0.72 0.27
Hex 13 76 49 54 0 26 36 99 48 1B
Octal 23 166 111 124 0 46 66 231 110 33
Binary 10011 1110110 1001001 1010100 0 100110 110110 10011001 1001000 11011

Color Harmonies of #137649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137649

Black with #137649

Text Example


Text Example

White with #137649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137649; }

 p { color: rgb(19,118,73); }

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

background-color css

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

 a { background-color: rgb(19,118,73); }

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

border-color css

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

 span { border-color: rgb(19,118,73); }

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