Html Css Color HEX #13743F Dark Spring Green

📋 copy color: '#13743F'

red 19 ◦ green 116 ◦ blue 63

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

Shades of Dark Spring Green #13743F

Tints of Dark Spring Green #13743F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.82%

R = 9.6%
G = 58.59%
B = 31.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#13743F (or 0x13743F) is known color: Dark Spring Green. HEX triplet: 13, 74 and 3F. RGB value is (19,116,63). Sum of RGB (Red+Green+Blue) = 19+116+63=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 116 (45.70% from 255 or 58.59% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 116 - color contains mainly: green. Hex color #13743F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13743F is #EC8BC0. Grayscale: #515151. Windows color (decimal): -15502273 or 4158483. OLE color: 4158483.

HSL color Cylindrical-coordinate representation of color #13743F: hue angle of 147.22º 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 #13743F is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 116 63 -
CMYK 0.84 0 0.46 0.55
HSL 147.22º 0.72% 0.26% -
HSV(B) 147.22º 0.84% 0.45% -
XYZ 7.41 12.99 6.82 -
YUV 80.96 117.86 83.81 -
System Red Green Blue C M Y K H S L
Decimal 19 116 63 0.84 0 0.46 0.55 147.22 0.72 0.26
Hex 13 74 3F 54 0 2E 37 93 48 1A
Octal 23 164 77 124 0 56 67 223 110 32
Binary 10011 1110100 111111 1010100 0 101110 110111 10010011 1001000 11010

Color Harmonies of #13743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13743F

Black with #13743F

Text Example


Text Example

White with #13743F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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