#13793E

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

Shades of Dark Spring Green #13793E

Tints of Dark Spring Green #13793E

Color information

#13793E (or 0x13793E) is unknown color: approx Dark Spring Green. HEX triplet: 13, 79 and 3E. RGB value is (19,121,62). Sum of RGB (Red+Green+Blue) = 19+121+62=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 121 (47.66% from 255 or 59.90% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 121 - color contains mainly: green. Hex color #13793E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13793E is #EC86C1. Grayscale: #535353. Windows color (decimal): -15500994 or 4094227. OLE color: 4094227.

HSL color Cylindrical-coordinate representation of color #13793E: hue angle of 145.29º 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 #13793E is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1912162-
CMYK0.8400.490.53
HSL145.29º72.86%27.45%-
HSV(B)145.29º84.3%47.45%-
XYZ7.9814.166.87-
YUV83.78115.7181.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.41%
GREEN value IS 121 (47.66% from 255) = 59.90%
BLUE value IS 62 (24.61% from 255) = 30.69%
R=9.41%
G=59.90%
B=30.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19121620.8400.490.53145.2972.8627.45
Hex13793E540313591491b
Octal23171761240616522111133
Binary1001111110011111101010100011000111010110010001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13793E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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