#137340

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

Shades of Dark Spring Green #137340

Tints of Dark Spring Green #137340

Color information

#137340 (or 0x137340) is unknown color: approx Dark Spring Green. HEX triplet: 13, 73 and 40. RGB value is (19,115,64). Sum of RGB (Red+Green+Blue) = 19+115+64=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 115 (45.31% from 255 or 58.08% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 115 - color contains mainly: green. Hex color #137340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137340 is #EC8CBF. Grayscale: #505050. Windows color (decimal): -15502528 or 4223763. OLE color: 4223763.

HSL color Cylindrical-coordinate representation of color #137340: hue angle of 148.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137340 is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB1911564-
CMYK0.8300.440.55
HSL148.12º71.64%26.27%-
HSV(B)148.12º83.48%45.1%-
XYZ7.3212.776.93-
YUV80.48118.784.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.60%
GREEN value IS 115 (45.31% from 255) = 58.08%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=9.60%
G=58.08%
B=32.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19115640.8300.440.55148.1271.6426.27
Hex1373405302C3794481a
Octal231631001230546722411032
Binary10011111001110000001010011010110011011110010100100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137340; }

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

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

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

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

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

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

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

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