#137A3C

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

Shades of Dark Spring Green #137A3C

Tints of Dark Spring Green #137A3C

Color information

#137A3C (or 0x137A3C) is unknown color: approx Dark Spring Green. HEX triplet: 13, 7A and 3C. RGB value is (19,122,60). Sum of RGB (Red+Green+Blue) = 19+122+60=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 122 (48.05% from 255 or 60.70% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 122 - color contains mainly: green. Hex color #137A3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137A3C is #EC85C3. Grayscale: #545454. Windows color (decimal): -15500740 or 3963411. OLE color: 3963411.

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

Color convert

RGB1912260-
CMYK0.8400.510.52
HSL143.88º73.05%27.65%-
HSV(B)143.88º84.43%47.84%-
XYZ8.0414.386.63-
YUV84.14114.3881.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.45%
GREEN value IS 122 (48.05% from 255) = 60.70%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=9.45%
G=60.70%
B=29.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19122600.8400.510.52143.8873.0527.65
Hex137A3C540333490491c
Octal23172741240636422011134
Binary1001111110101111001010100011001111010010010000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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