Html Css Color HEX #13703A Dark Spring Green

📋 copy color: '#13703A'

red 19 ◦ green 112 ◦ blue 58

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

Shades of Dark Spring Green #13703A

Tints of Dark Spring Green #13703A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.69%

R = 10.05%
G = 59.26%
B = 30.69%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#13703A (or 0x13703A) is known color: Dark Spring Green. HEX triplet: 13, 70 and 3A. RGB value is (19,112,58). Sum of RGB (Red+Green+Blue) = 19+112+58=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #13703A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13703A is #EC8FC5. Grayscale: #4E4E4E. Windows color (decimal): -15503302 or 3829779. OLE color: 3829779.

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

Color convert

RGB 19 112 58 -
CMYK 0.83 0 0.48 0.56
HSL 145.16º 0.71% 0.26% -
HSV(B) 145.16º 0.83% 0.44% -
XYZ 6.83 12.03 5.97 -
YUV 78.04 116.69 85.89 -
System Red Green Blue C M Y K H S L
Decimal 19 112 58 0.83 0 0.48 0.56 145.16 0.71 0.26
Hex 13 70 3A 53 0 30 38 91 47 1A
Octal 23 160 72 123 0 60 70 221 107 32
Binary 10011 1110000 111010 1010011 0 110000 111000 10010001 1000111 11010

Color Harmonies of #13703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13703A

Black with #13703A

Text Example


Text Example

White with #13703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13703A; }

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

 H1.HeaderClassName
 {
   color: #13703A;
 }
 .AnyTagClassName
 {
   color: #13703A;
 }
</style>

background-color css

<style>
 a { background-color: #13703A; }

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

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

border-color css

<style>
 span { border-color: #13703A; }

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

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