Html Css Color HEX #137751 Salem

📋 copy color: '#137751'

red 19 ◦ green 119 ◦ blue 81

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

Shades of Salem #137751

Tints of Salem #137751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.99%

R = 8.68%
G = 54.34%
B = 36.99%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#137751 (or 0x137751) is known color: Salem. HEX triplet: 13, 77 and 51. RGB value is (19,119,81). Sum of RGB (Red+Green+Blue) = 19+119+81=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 119 (46.88% from 255 or 54.34% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 119 - color contains mainly: green. Hex color #137751 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137751 is #EC88AE. Grayscale: #545454. Windows color (decimal): -15501487 or 5338899. OLE color: 5338899.

HSL color Cylindrical-coordinate representation of color #137751: hue angle of 157.2º degrees, saturation: 0.72, 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 #137751 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 119 81 -
CMYK 0.84 0 0.32 0.53
HSL 157.2º 0.72% 0.27% -
HSV(B) 157.2º 0.84% 0.47% -
XYZ 8.35 13.93 10.03 -
YUV 84.77 125.87 81.09 -
System Red Green Blue C M Y K H S L
Decimal 19 119 81 0.84 0 0.32 0.53 157.2 0.72 0.27
Hex 13 77 51 54 0 20 35 9D 48 1B
Octal 23 167 121 124 0 40 65 235 110 33
Binary 10011 1110111 1010001 1010100 0 100000 110101 10011101 1001000 11011

Color Harmonies of #137751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137751

Black with #137751

Text Example


Text Example

White with #137751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137751; }

 p { color: rgb(19,119,81); }

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

background-color css

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

 a { background-color: rgb(19,119,81); }

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

border-color css

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

 span { border-color: rgb(19,119,81); }

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