Html Css Color HEX #13744A Dark Spring Green

📋 copy color: '#13744A'

red 19 ◦ green 116 ◦ blue 74

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

Shades of Dark Spring Green #13744A

Tints of Dark Spring Green #13744A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.41%

R = 9.09%
G = 55.5%
B = 35.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#13744A (or 0x13744A) is known color: Dark Spring Green. HEX triplet: 13, 74 and 4A. RGB value is (19,116,74). Sum of RGB (Red+Green+Blue) = 19+116+74=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #13744A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13744A is #EC8BB5. Grayscale: #525252. Windows color (decimal): -15502262 or 4879379. OLE color: 4879379.

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

Color convert

RGB 19 116 74 -
CMYK 0.84 0 0.36 0.55
HSL 154.02º 0.72% 0.26% -
HSV(B) 154.02º 0.84% 0.45% -
XYZ 7.75 13.12 8.6 -
YUV 82.21 123.36 82.92 -
System Red Green Blue C M Y K H S L
Decimal 19 116 74 0.84 0 0.36 0.55 154.02 0.72 0.26
Hex 13 74 4A 54 0 24 37 9A 48 1A
Octal 23 164 112 124 0 44 67 232 110 32
Binary 10011 1110100 1001010 1010100 0 100100 110111 10011010 1001000 11010

Color Harmonies of #13744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13744A

Black with #13744A

Text Example


Text Example

White with #13744A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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