Html Css Color HEX #137552 Salem

📋 copy color: '#137552'

red 19 ◦ green 117 ◦ blue 82

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

Shades of Salem #137552

Tints of Salem #137552

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.67%

 BLUE value IS 82 (32.42% from 255) = 37.61%

R = 8.72%
G = 53.67%
B = 37.61%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#137552 (or 0x137552) is known color: Salem. HEX triplet: 13, 75 and 52. RGB value is (19,117,82). Sum of RGB (Red+Green+Blue) = 19+117+82=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #137552 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137552 is #EC8AAD. Grayscale: #535353. Windows color (decimal): -15501998 or 5403923. OLE color: 5403923.

HSL color Cylindrical-coordinate representation of color #137552: hue angle of 158.57º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137552 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 117 82 -
CMYK 0.84 0 0.30 0.54
HSL 158.57º 0.72% 0.27% -
HSV(B) 158.57º 0.84% 0.46% -
XYZ 8.15 13.47 10.15 -
YUV 83.71 127.03 81.85 -
System Red Green Blue C M Y K H S L
Decimal 19 117 82 0.84 0 0.30 0.54 158.57 0.72 0.27
Hex 13 75 52 54 0 1E 36 9F 48 1B
Octal 23 165 122 124 0 36 66 237 110 33
Binary 10011 1110101 1010010 1010100 0 11110 110110 10011111 1001000 11011

Color Harmonies of #137552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137552

Black with #137552

Text Example


Text Example

White with #137552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137552; }

 p { color: rgb(19,117,82); }

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

background-color css

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

 a { background-color: rgb(19,117,82); }

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

border-color css

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

 span { border-color: rgb(19,117,82); }

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