Html Css Color HEX #137949 Salem

📋 copy color: '#137949'

red 19 ◦ green 121 ◦ blue 73

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

Shades of Salem #137949

Tints of Salem #137949

RGB

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

 GREEN value IS 121 (47.66% from 255) = 56.81%

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

R = 8.92%
G = 56.81%
B = 34.27%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#137949 (or 0x137949) is known color: Salem. HEX triplet: 13, 79 and 49. RGB value is (19,121,73). Sum of RGB (Red+Green+Blue) = 19+121+73=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 121 (47.66% from 255 or 56.81% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 121 - color contains mainly: green. Hex color #137949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137949 is #EC86B6. Grayscale: #555555. Windows color (decimal): -15500983 or 4815123. OLE color: 4815123.

HSL color Cylindrical-coordinate representation of color #137949: hue angle of 151.76º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137949 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 121 73 -
CMYK 0.84 0 0.40 0.53
HSL 151.76º 0.73% 0.27% -
HSV(B) 151.76º 0.84% 0.47% -
XYZ 8.31 14.29 8.62 -
YUV 85.03 121.21 80.9 -
System Red Green Blue C M Y K H S L
Decimal 19 121 73 0.84 0 0.40 0.53 151.76 0.73 0.27
Hex 13 79 49 54 0 28 35 98 49 1B
Octal 23 171 111 124 0 50 65 230 111 33
Binary 10011 1111001 1001001 1010100 0 101000 110101 10011000 1001001 11011

Color Harmonies of #137949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137949

Black with #137949

Text Example


Text Example

White with #137949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137949; }

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

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

background-color css

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

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

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

border-color css

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

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

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