Html Css Color HEX #137451 Salem

📋 copy color: '#137451'

red 19 ◦ green 116 ◦ blue 81

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

Shades of Salem #137451

Tints of Salem #137451

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.7%

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

R = 8.8%
G = 53.7%
B = 37.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#137451 (or 0x137451) is known color: Salem. HEX triplet: 13, 74 and 51. RGB value is (19,116,81). Sum of RGB (Red+Green+Blue) = 19+116+81=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #137451 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137451 is #EC8BAE. Grayscale: #535353. Windows color (decimal): -15502255 or 5338131. OLE color: 5338131.

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

Color convert

RGB 19 116 81 -
CMYK 0.84 0 0.30 0.55
HSL 158.35º 0.72% 0.26% -
HSV(B) 158.35º 0.84% 0.45% -
XYZ 8 13.22 9.92 -
YUV 83.01 126.86 82.35 -
System Red Green Blue C M Y K H S L
Decimal 19 116 81 0.84 0 0.30 0.55 158.35 0.72 0.26
Hex 13 74 51 54 0 1E 37 9E 48 1A
Octal 23 164 121 124 0 36 67 236 110 32
Binary 10011 1110100 1010001 1010100 0 11110 110111 10011110 1001000 11010

Color Harmonies of #137451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137451

Black with #137451

Text Example


Text Example

White with #137451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137451; }

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

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

background-color css

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

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

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

border-color css

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

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

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