Html Css Color HEX #137B46 Salem

📋 copy color: '#137B46'

red 19 ◦ green 123 ◦ blue 70

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

Shades of Salem #137B46

Tints of Salem #137B46

RGB

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

 GREEN value IS 123 (48.44% from 255) = 58.02%

 BLUE value IS 70 (27.73% from 255) = 33.02%

R = 8.96%
G = 58.02%
B = 33.02%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.43

 K value IS 0.52

RGB Variations

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

Color information

#137B46 (or 0x137B46) is known color: Salem. HEX triplet: 13, 7B and 46. RGB value is (19,123,70). Sum of RGB (Red+Green+Blue) = 19+123+70=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 123 (48.44% from 255 or 58.02% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 123 - color contains mainly: green. Hex color #137B46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B46 is #EC84B9. Grayscale: #555555. Windows color (decimal): -15500474 or 4619027. OLE color: 4619027.

HSL color Cylindrical-coordinate representation of color #137B46: hue angle of 149.42º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B46 is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 123 70 -
CMYK 0.85 0 0.43 0.52
HSL 149.42º 0.73% 0.28% -
HSV(B) 149.42º 0.85% 0.48% -
XYZ 8.46 14.75 8.19 -
YUV 85.86 119.04 80.31 -
System Red Green Blue C M Y K H S L
Decimal 19 123 70 0.85 0 0.43 0.52 149.42 0.73 0.28
Hex 13 7B 46 55 0 2B 34 95 49 1C
Octal 23 173 106 125 0 53 64 225 111 34
Binary 10011 1111011 1000110 1010101 0 101011 110100 10010101 1001001 11100

Color Harmonies of #137B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B46

Black with #137B46

Text Example


Text Example

White with #137B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137B46; }

 p { color: rgb(19,123,70); }

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

background-color css

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

 a { background-color: rgb(19,123,70); }

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

border-color css

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

 span { border-color: rgb(19,123,70); }

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