Html Css Color HEX #13743B Dark Spring Green

📋 copy color: '#13743B'

red 19 ◦ green 116 ◦ blue 59

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

Shades of Dark Spring Green #13743B

Tints of Dark Spring Green #13743B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 59.79%

 BLUE value IS 59 (23.44% from 255) = 30.41%

R = 9.79%
G = 59.79%
B = 30.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#13743B (or 0x13743B) is known color: Dark Spring Green. HEX triplet: 13, 74 and 3B. RGB value is (19,116,59). Sum of RGB (Red+Green+Blue) = 19+116+59=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 116 (45.70% from 255 or 59.79% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 116 - color contains mainly: green. Hex color #13743B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13743B is #EC8BC4. Grayscale: #505050. Windows color (decimal): -15502277 or 3896339. OLE color: 3896339.

HSL color Cylindrical-coordinate representation of color #13743B: hue angle of 144.74º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13743B is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 116 59 -
CMYK 0.84 0 0.49 0.55
HSL 144.74º 0.72% 0.26% -
HSV(B) 144.74º 0.84% 0.45% -
XYZ 7.3 12.95 6.25 -
YUV 80.5 115.86 84.13 -
System Red Green Blue C M Y K H S L
Decimal 19 116 59 0.84 0 0.49 0.55 144.74 0.72 0.26
Hex 13 74 3B 54 0 31 37 91 48 1A
Octal 23 164 73 124 0 61 67 221 110 32
Binary 10011 1110100 111011 1010100 0 110001 110111 10010001 1001000 11010

Color Harmonies of #13743B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13743B

Black with #13743B

Text Example


Text Example

White with #13743B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,116,59); }

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

background-color css

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

 a { background-color: rgb(19,116,59); }

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

border-color css

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

 span { border-color: rgb(19,116,59); }

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