Html Css Color HEX #137F46 Salem

📋 copy color: '#137F46'

red 19 ◦ green 127 ◦ blue 70

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

Shades of Salem #137F46

Tints of Salem #137F46

RGB

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

 GREEN value IS 127 (50% from 255) = 58.8%

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

R = 8.8%
G = 58.8%
B = 32.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#137F46 (or 0x137F46) is known color: Salem. HEX triplet: 13, 7F and 46. RGB value is (19,127,70). Sum of RGB (Red+Green+Blue) = 19+127+70=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 127 (50% from 255 or 58.80% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 127 - color contains mainly: green. Hex color #137F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137F46 is #EC80B9. Grayscale: #585858. Windows color (decimal): -15499450 or 4620051. OLE color: 4620051.

HSL color Cylindrical-coordinate representation of color #137F46: hue angle of 148.33º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137F46 is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 127 70 -
CMYK 0.85 0 0.45 0.50
HSL 148.33º 0.74% 0.29% -
HSV(B) 148.33º 0.85% 0.5% -
XYZ 8.96 15.76 8.36 -
YUV 88.21 117.72 78.63 -
System Red Green Blue C M Y K H S L
Decimal 19 127 70 0.85 0 0.45 0.50 148.33 0.74 0.29
Hex 13 7F 46 55 0 2D 32 94 4A 1D
Octal 23 177 106 125 0 55 62 224 112 35
Binary 10011 1111111 1000110 1010101 0 101101 110010 10010100 1001010 11101

Color Harmonies of #137F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F46

Black with #137F46

Text Example


Text Example

White with #137F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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