#137648

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

Shades of Dark Spring Green #137648

Tints of Dark Spring Green #137648

Color information

#137648 (or 0x137648) is unknown color: approx Dark Spring Green. HEX triplet: 13, 76 and 48. RGB value is (19,118,72). Sum of RGB (Red+Green+Blue) = 19+118+72=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #137648 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137648 is #EC89B7. Grayscale: #535353. Windows color (decimal): -15501752 or 4748819. OLE color: 4748819.

HSL color Cylindrical-coordinate representation of color #137648: hue angle of 152.12º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137648 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB1911872-
CMYK0.8400.390.54
HSL152.12º72.26%26.86%-
HSV(B)152.12º83.9%46.27%-
XYZ7.9213.568.33-
YUV83.15121.782.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 118 (46.48% from 255) = 56.46%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=9.09%
G=56.46%
B=34.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19118720.8400.390.54152.1272.2626.86
Hex137648540273698481b
Octal231661101240476623011033
Binary10011111011010010001010100010011111011010011000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137648; }

 p { color: rgb(19,118,72); }

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

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

 a { background-color: rgb(19,118,72); }

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

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

 span { border-color: rgb(19,118,72); }

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