Html Css Color HEX #137F45 Salem

📋 copy color: '#137F45'

red 19 ◦ green 127 ◦ blue 69

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

Shades of Salem #137F45

Tints of Salem #137F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 32.09%

R = 8.84%
G = 59.07%
B = 32.09%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#137F45 (or 0x137F45) is known color: Salem. HEX triplet: 13, 7F and 45. RGB value is (19,127,69). Sum of RGB (Red+Green+Blue) = 19+127+69=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 127 (50% from 255 or 59.07% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 127 - color contains mainly: green. Hex color #137F45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137F45 is #EC80BA. Grayscale: #585858. Windows color (decimal): -15499451 or 4554515. OLE color: 4554515.

HSL color Cylindrical-coordinate representation of color #137F45: hue angle of 147.78º 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 #137F45 is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 127 69 -
CMYK 0.85 0 0.46 0.50
HSL 147.78º 0.74% 0.29% -
HSV(B) 147.78º 0.85% 0.5% -
XYZ 8.93 15.75 8.2 -
YUV 88.1 117.22 78.72 -
System Red Green Blue C M Y K H S L
Decimal 19 127 69 0.85 0 0.46 0.50 147.78 0.74 0.29
Hex 13 7F 45 55 0 2E 32 94 4A 1D
Octal 23 177 105 125 0 56 62 224 112 35
Binary 10011 1111111 1000101 1010101 0 101110 110010 10010100 1001010 11101

Color Harmonies of #137F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F45

Black with #137F45

Text Example


Text Example

White with #137F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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