#137A39

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

Shades of Dark Spring Green #137A39

Tints of Dark Spring Green #137A39

Color information

#137A39 (or 0x137A39) is unknown color: approx Dark Spring Green. HEX triplet: 13, 7A and 39. RGB value is (19,122,57). Sum of RGB (Red+Green+Blue) = 19+122+57=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 122 (48.05% from 255 or 61.62% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 122 - color contains mainly: green. Hex color #137A39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137A39 is #EC85C6. Grayscale: #535353. Windows color (decimal): -15500743 or 3766803. OLE color: 3766803.

HSL color Cylindrical-coordinate representation of color #137A39: hue angle of 142.14º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137A39 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB1912257-
CMYK0.8400.530.52
HSL142.14º73.05%27.65%-
HSV(B)142.14º84.43%47.84%-
XYZ7.9714.356.22-
YUV83.79112.8881.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.60%
GREEN value IS 122 (48.05% from 255) = 61.62%
BLUE value IS 57 (22.66% from 255) = 28.79%
R=9.60%
G=61.62%
B=28.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19122570.8400.530.52142.1473.0527.65
Hex137A3954035348e491c
Octal23172711240656421611134
Binary1001111110101110011010100011010111010010001110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137A39; }

 p { color: rgb(19,122,57); }

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

<style>
 a { background-color: #137A39; }

 a { background-color: rgb(19,122,57); }

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

<style>
 span { border-color: #137A39; }

 span { border-color: rgb(19,122,57); }

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