Html Css Color HEX #13724B Dark Spring Green

📋 copy color: '#13724B'

red 19 ◦ green 114 ◦ blue 75

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

Shades of Dark Spring Green #13724B

Tints of Dark Spring Green #13724B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 54.81%

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

R = 9.13%
G = 54.81%
B = 36.06%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#13724B (or 0x13724B) is known color: Dark Spring Green. HEX triplet: 13, 72 and 4B. RGB value is (19,114,75). Sum of RGB (Red+Green+Blue) = 19+114+75=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #13724B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13724B is #EC8DB4. Grayscale: #515151. Windows color (decimal): -15502773 or 4944403. OLE color: 4944403.

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

Color convert

RGB 19 114 75 -
CMYK 0.83 0 0.34 0.55
HSL 155.37º 0.71% 0.26% -
HSV(B) 155.37º 0.83% 0.45% -
XYZ 7.56 12.68 8.71 -
YUV 81.15 124.53 83.67 -
System Red Green Blue C M Y K H S L
Decimal 19 114 75 0.83 0 0.34 0.55 155.37 0.71 0.26
Hex 13 72 4B 53 0 22 37 9B 47 1A
Octal 23 162 113 123 0 42 67 233 107 32
Binary 10011 1110010 1001011 1010011 0 100010 110111 10011011 1000111 11010

Color Harmonies of #13724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13724B

Black with #13724B

Text Example


Text Example

White with #13724B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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