Html Css Color HEX #137152 Salem

📋 copy color: '#137152'

red 19 ◦ green 113 ◦ blue 82

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

Shades of Salem #137152

Tints of Salem #137152

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.8%

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

R = 8.88%
G = 52.8%
B = 38.32%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#137152 (or 0x137152) is known color: Salem. HEX triplet: 13, 71 and 52. RGB value is (19,113,82). Sum of RGB (Red+Green+Blue) = 19+113+82=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #137152 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137152 is #EC8EAD. Grayscale: #515151. Windows color (decimal): -15503022 or 5402899. OLE color: 5402899.

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

Color convert

RGB 19 113 82 -
CMYK 0.83 0 0.27 0.56
HSL 160.21º 0.71% 0.26% -
HSV(B) 160.21º 0.83% 0.44% -
XYZ 7.7 12.56 10 -
YUV 81.36 128.36 83.52 -
System Red Green Blue C M Y K H S L
Decimal 19 113 82 0.83 0 0.27 0.56 160.21 0.71 0.26
Hex 13 71 52 53 0 1B 38 A0 47 1A
Octal 23 161 122 123 0 33 70 240 107 32
Binary 10011 1110001 1010010 1010011 0 11011 111000 10100000 1000111 11010

Color Harmonies of #137152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137152

Black with #137152

Text Example


Text Example

White with #137152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137152; }

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

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

background-color css

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

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

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

border-color css

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

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

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