#137A3A

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

Shades of Dark Spring Green #137A3A

Tints of Dark Spring Green #137A3A

Color information

#137A3A (or 0x137A3A) is unknown color: approx Dark Spring Green. HEX triplet: 13, 7A and 3A. RGB value is (19,122,58). Sum of RGB (Red+Green+Blue) = 19+122+58=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 122 (48.05% from 255 or 61.31% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 122 - color contains mainly: green. Hex color #137A3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137A3A is #EC85C5. Grayscale: #545454. Windows color (decimal): -15500742 or 3832339. OLE color: 3832339.

HSL color Cylindrical-coordinate representation of color #137A3A: hue angle of 142.72º 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 #137A3A is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB1912258-
CMYK0.8400.520.52
HSL142.72º73.05%27.65%-
HSV(B)142.72º84.43%47.84%-
XYZ7.9914.366.35-
YUV83.91113.3881.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 122 (48.05% from 255) = 61.31%
BLUE value IS 58 (23.05% from 255) = 29.15%
R=9.55%
G=61.31%
B=29.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19122580.8400.520.52142.7273.0527.65
Hex137A3A54034348f491c
Octal23172721240646421711134
Binary1001111110101110101010100011010011010010001111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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