#137B37

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

Shades of Dark Spring Green #137B37

Tints of Dark Spring Green #137B37

Color information

#137B37 (or 0x137B37) is unknown color: approx Dark Spring Green. HEX triplet: 13, 7B and 37. RGB value is (19,123,55). Sum of RGB (Red+Green+Blue) = 19+123+55=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 123 (48.44% from 255 or 62.44% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 123 - color contains mainly: green. Hex color #137B37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B37 is #EC84C8. Grayscale: #545454. Windows color (decimal): -15500489 or 3635987. OLE color: 3635987.

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

Color convert

RGB1912355-
CMYK0.8500.550.52
HSL140.77º73.24%27.84%-
HSV(B)140.77º84.55%48.24%-
XYZ8.0414.586-
YUV84.15111.5481.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 123 (48.44% from 255) = 62.44%
BLUE value IS 55 (21.88% from 255) = 27.92%
R=9.64%
G=62.44%
B=27.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19123550.8500.550.52140.7773.2427.84
Hex137B3755037348d491c
Octal23173671250676421511134
Binary1001111110111101111010101011011111010010001101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,123,55); }

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

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

 a { background-color: rgb(19,123,55); }

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

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

 span { border-color: rgb(19,123,55); }

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