Html Css Color HEX #137F44 Salem

📋 copy color: '#137F44'

red 19 ◦ green 127 ◦ blue 68

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

Shades of Salem #137F44

Tints of Salem #137F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.78%

R = 8.88%
G = 59.35%
B = 31.78%

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

#137F44 (or 0x137F44) is known color: Salem. HEX triplet: 13, 7F and 44. RGB value is (19,127,68). Sum of RGB (Red+Green+Blue) = 19+127+68=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 127 (50% from 255 or 59.35% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 127 - color contains mainly: green. Hex color #137F44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137F44 is #EC80BB. Grayscale: #585858. Windows color (decimal): -15499452 or 4488979. OLE color: 4488979.

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

Color convert

RGB 19 127 68 -
CMYK 0.85 0 0.46 0.50
HSL 147.22º 0.74% 0.29% -
HSV(B) 147.22º 0.85% 0.5% -
XYZ 8.9 15.73 8.04 -
YUV 87.98 116.72 78.8 -
System Red Green Blue C M Y K H S L
Decimal 19 127 68 0.85 0 0.46 0.50 147.22 0.74 0.29
Hex 13 7F 44 55 0 2E 32 93 4A 1D
Octal 23 177 104 125 0 56 62 223 112 35
Binary 10011 1111111 1000100 1010101 0 101110 110010 10010011 1001010 11101

Color Harmonies of #137F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F44

Black with #137F44

Text Example


Text Example

White with #137F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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