Html Css Color HEX #13704B Dark Spring Green

📋 copy color: '#13704B'

red 19 ◦ green 112 ◦ blue 75

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

Shades of Dark Spring Green #13704B

Tints of Dark Spring Green #13704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.41%

R = 9.22%
G = 54.37%
B = 36.41%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#13704B (or 0x13704B) is known color: Dark Spring Green. HEX triplet: 13, 70 and 4B. RGB value is (19,112,75). Sum of RGB (Red+Green+Blue) = 19+112+75=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #13704B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13704B is #EC8FB4. Grayscale: #505050. Windows color (decimal): -15503285 or 4943891. OLE color: 4943891.

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

Color convert

RGB 19 112 75 -
CMYK 0.83 0 0.33 0.56
HSL 156.13º 0.71% 0.26% -
HSV(B) 156.13º 0.83% 0.44% -
XYZ 7.33 12.23 8.63 -
YUV 79.98 125.19 84.51 -
System Red Green Blue C M Y K H S L
Decimal 19 112 75 0.83 0 0.33 0.56 156.13 0.71 0.26
Hex 13 70 4B 53 0 21 38 9C 47 1A
Octal 23 160 113 123 0 41 70 234 107 32
Binary 10011 1110000 1001011 1010011 0 100001 111000 10011100 1000111 11010

Color Harmonies of #13704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13704B

Black with #13704B

Text Example


Text Example

White with #13704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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