#137A40

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

Shades of Dark Spring Green #137A40

Tints of Dark Spring Green #137A40

Color information

#137A40 (or 0x137A40) is unknown color: approx Dark Spring Green. HEX triplet: 13, 7A and 40. RGB value is (19,122,64). Sum of RGB (Red+Green+Blue) = 19+122+64=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #137A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137A40 is #EC85BF. Grayscale: #545454. Windows color (decimal): -15500736 or 4225555. OLE color: 4225555.

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

Color convert

RGB1912264-
CMYK0.8400.480.52
HSL146.21º73.05%27.65%-
HSV(B)146.21º84.43%47.84%-
XYZ8.1514.437.21-
YUV84.59116.3881.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 122 (48.05% from 255) = 59.51%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=9.27%
G=59.51%
B=31.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19122640.8400.480.52146.2173.0527.65
Hex137A40540303492491c
Octal231721001240606422211134
Binary10011111101010000001010100011000011010010010010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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