Html Css Color HEX #13724D Salem

📋 copy color: '#13724D'

red 19 ◦ green 114 ◦ blue 77

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

Shades of Salem #13724D

Tints of Salem #13724D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 54.29%

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

R = 9.05%
G = 54.29%
B = 36.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#13724D (or 0x13724D) is known color: Salem. HEX triplet: 13, 72 and 4D. RGB value is (19,114,77). Sum of RGB (Red+Green+Blue) = 19+114+77=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #13724D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13724D is #EC8DB2. Grayscale: #515151. Windows color (decimal): -15502771 or 5075475. OLE color: 5075475.

HSL color Cylindrical-coordinate representation of color #13724D: hue angle of 156.63º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13724D is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 114 77 -
CMYK 0.83 0 0.32 0.55
HSL 156.63º 0.71% 0.26% -
HSV(B) 156.63º 0.83% 0.45% -
XYZ 7.63 12.71 9.07 -
YUV 81.38 125.53 83.51 -
System Red Green Blue C M Y K H S L
Decimal 19 114 77 0.83 0 0.32 0.55 156.63 0.71 0.26
Hex 13 72 4D 53 0 20 37 9D 47 1A
Octal 23 162 115 123 0 40 67 235 107 32
Binary 10011 1110010 1001101 1010011 0 100000 110111 10011101 1000111 11010

Color Harmonies of #13724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13724D

Black with #13724D

Text Example


Text Example

White with #13724D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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