Html Css Color HEX #13714B Dark Spring Green

📋 copy color: '#13714B'

red 19 ◦ green 113 ◦ blue 75

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

Shades of Dark Spring Green #13714B

Tints of Dark Spring Green #13714B

RGB

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

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

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

R = 9.18%
G = 54.59%
B = 36.23%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#13714B (or 0x13714B) is known color: Dark Spring Green. HEX triplet: 13, 71 and 4B. RGB value is (19,113,75). Sum of RGB (Red+Green+Blue) = 19+113+75=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #13714B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13714B is #EC8EB4. Grayscale: #505050. Windows color (decimal): -15503029 or 4944147. OLE color: 4944147.

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

Color convert

RGB 19 113 75 -
CMYK 0.83 0 0.34 0.56
HSL 155.74º 0.71% 0.26% -
HSV(B) 155.74º 0.83% 0.44% -
XYZ 7.44 12.46 8.67 -
YUV 80.56 124.86 84.09 -
System Red Green Blue C M Y K H S L
Decimal 19 113 75 0.83 0 0.34 0.56 155.74 0.71 0.26
Hex 13 71 4B 53 0 22 38 9C 47 1A
Octal 23 161 113 123 0 42 70 234 107 32
Binary 10011 1110001 1001011 1010011 0 100010 111000 10011100 1000111 11010

Color Harmonies of #13714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13714B

Black with #13714B

Text Example


Text Example

White with #13714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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