#13793D

Color #13793D Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #13793D

Tints of Dark Spring Green #13793D

Color information

#13793D (or 0x13793D) is unknown color: approx Dark Spring Green. HEX triplet: 13, 79 and 3D. RGB value is (19,121,61). Sum of RGB (Red+Green+Blue) = 19+121+61=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 121 (47.66% from 255 or 60.20% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 121 - color contains mainly: green. Hex color #13793D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13793D is #EC86C2. Grayscale: #535353. Windows color (decimal): -15500995 or 4028691. OLE color: 4028691.

HSL color Cylindrical-coordinate representation of color #13793D: hue angle of 144.71º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13793D is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1912161-
CMYK0.8400.500.53
HSL144.71º72.86%27.45%-
HSV(B)144.71º84.3%47.45%-
XYZ7.9514.156.73-
YUV83.66115.2181.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.45%
GREEN value IS 121 (47.66% from 255) = 60.20%
BLUE value IS 61 (24.22% from 255) = 30.35%
R=9.45%
G=60.20%
B=30.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19121610.8400.500.53144.7172.8627.45
Hex13793D540323591491b
Octal23171751240626522111133
Binary1001111110011111011010100011001011010110010001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13793D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13793D; }

 p { color: rgb(19,121,61); }

 H1.HeaderClassName
 {
   color: #13793D;
 }
 .AnyTagClassName
 {
   color: #13793D;
 }
</style>
background-color css

<style>
 a { background-color: #13793D; }

 a { background-color: rgb(19,121,61); }

 div.DivClassName
 {
   background-color: #13793D;
 }
 .BgClassName
 {
   background-color: #13793D;
 }
</style>
border-color css

<style>
 span { border-color: #13793D; }

 span { border-color: rgb(19,121,61); }

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