Html Css Color HEX #137851 Salem

📋 copy color: '#137851'

red 19 ◦ green 120 ◦ blue 81

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

Shades of Salem #137851

Tints of Salem #137851

RGB

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

 GREEN value IS 120 (47.27% from 255) = 54.55%

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

R = 8.64%
G = 54.55%
B = 36.82%

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

#137851 (or 0x137851) is known color: Salem. HEX triplet: 13, 78 and 51. RGB value is (19,120,81). Sum of RGB (Red+Green+Blue) = 19+120+81=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #137851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137851 is #EC87AE. Grayscale: #555555. Windows color (decimal): -15501231 or 5339155. OLE color: 5339155.

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

Color convert

RGB 19 120 81 -
CMYK 0.84 0 0.32 0.53
HSL 156.83º 0.73% 0.27% -
HSV(B) 156.83º 0.84% 0.47% -
XYZ 8.47 14.17 10.07 -
YUV 85.36 125.54 80.67 -
System Red Green Blue C M Y K H S L
Decimal 19 120 81 0.84 0 0.32 0.53 156.83 0.73 0.27
Hex 13 78 51 54 0 20 35 9D 49 1B
Octal 23 170 121 124 0 40 65 235 111 33
Binary 10011 1111000 1010001 1010100 0 100000 110101 10011101 1001001 11011

Color Harmonies of #137851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137851

Black with #137851

Text Example


Text Example

White with #137851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137851; }

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

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

background-color css

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

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

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

border-color css

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

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

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