Html Css Color HEX #13704F Salem

📋 copy color: '#13704F'

red 19 ◦ green 112 ◦ blue 79

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

Shades of Salem #13704F

Tints of Salem #13704F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 53.33%

 BLUE value IS 79 (31.25% from 255) = 37.62%

R = 9.05%
G = 53.33%
B = 37.62%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#13704F (or 0x13704F) is known color: Salem. HEX triplet: 13, 70 and 4F. RGB value is (19,112,79). Sum of RGB (Red+Green+Blue) = 19+112+79=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #13704F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13704F is #EC8FB0. Grayscale: #505050. Windows color (decimal): -15503281 or 5206035. OLE color: 5206035.

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

Color convert

RGB 19 112 79 -
CMYK 0.83 0 0.29 0.56
HSL 158.71º 0.71% 0.26% -
HSV(B) 158.71º 0.83% 0.44% -
XYZ 7.47 12.29 9.38 -
YUV 80.43 127.19 84.18 -
System Red Green Blue C M Y K H S L
Decimal 19 112 79 0.83 0 0.29 0.56 158.71 0.71 0.26
Hex 13 70 4F 53 0 1D 38 9F 47 1A
Octal 23 160 117 123 0 35 70 237 107 32
Binary 10011 1110000 1001111 1010011 0 11101 111000 10011111 1000111 11010

Color Harmonies of #13704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13704F

Black with #13704F

Text Example


Text Example

White with #13704F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13704F; }

 p { color: rgb(19,112,79); }

 H1.HeaderClassName
 {
   color: #13704F;
 }
 .AnyTagClassName
 {
   color: #13704F;
 }
</style>

background-color css

<style>
 a { background-color: #13704F; }

 a { background-color: rgb(19,112,79); }

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

border-color css

<style>
 span { border-color: #13704F; }

 span { border-color: rgb(19,112,79); }

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