Html Css Color HEX #13714D Salem

📋 copy color: '#13714D'

red 19 ◦ green 113 ◦ blue 77

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

Shades of Salem #13714D

Tints of Salem #13714D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 36.84%

R = 9.09%
G = 54.07%
B = 36.84%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#13714D (or 0x13714D) is known color: Salem. HEX triplet: 13, 71 and 4D. RGB value is (19,113,77). Sum of RGB (Red+Green+Blue) = 19+113+77=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #13714D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13714D is #EC8EB2. Grayscale: #505050. Windows color (decimal): -15503027 or 5075219. OLE color: 5075219.

HSL color Cylindrical-coordinate representation of color #13714D: hue angle of 157.02º 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 #13714D is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 113 77 -
CMYK 0.83 0 0.32 0.56
HSL 157.02º 0.71% 0.26% -
HSV(B) 157.02º 0.83% 0.44% -
XYZ 7.51 12.48 9.03 -
YUV 80.79 125.86 83.93 -
System Red Green Blue C M Y K H S L
Decimal 19 113 77 0.83 0 0.32 0.56 157.02 0.71 0.26
Hex 13 71 4D 53 0 20 38 9D 47 1A
Octal 23 161 115 123 0 40 70 235 107 32
Binary 10011 1110001 1001101 1010011 0 100000 111000 10011101 1000111 11010

Color Harmonies of #13714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13714D

Black with #13714D

Text Example


Text Example

White with #13714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13714D; }

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

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

background-color css

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

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

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

border-color css

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

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

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