Html Css Color HEX #137251 Salem

📋 copy color: '#137251'

red 19 ◦ green 114 ◦ blue 81

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

Shades of Salem #137251

Tints of Salem #137251

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.27%

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

R = 8.88%
G = 53.27%
B = 37.85%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#137251 (or 0x137251) is known color: Salem. HEX triplet: 13, 72 and 51. RGB value is (19,114,81). Sum of RGB (Red+Green+Blue) = 19+114+81=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #137251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137251 is #EC8DAE. Grayscale: #515151. Windows color (decimal): -15502767 or 5337619. OLE color: 5337619.

HSL color Cylindrical-coordinate representation of color #137251: hue angle of 159.16º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137251 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 114 81 -
CMYK 0.83 0 0.29 0.55
HSL 159.16º 0.71% 0.26% -
HSV(B) 159.16º 0.83% 0.45% -
XYZ 7.77 12.77 9.84 -
YUV 81.83 127.53 83.18 -
System Red Green Blue C M Y K H S L
Decimal 19 114 81 0.83 0 0.29 0.55 159.16 0.71 0.26
Hex 13 72 51 53 0 1D 37 9F 47 1A
Octal 23 162 121 123 0 35 67 237 107 32
Binary 10011 1110010 1010001 1010011 0 11101 110111 10011111 1000111 11010

Color Harmonies of #137251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137251

Black with #137251

Text Example


Text Example

White with #137251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137251; }

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

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

background-color css

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

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

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

border-color css

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

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

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