#137248

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

Shades of Dark Spring Green #137248

Tints of Dark Spring Green #137248

Color information

#137248 (or 0x137248) is unknown color: approx Dark Spring Green. HEX triplet: 13, 72 and 48. RGB value is (19,114,72). Sum of RGB (Red+Green+Blue) = 19+114+72=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #137248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137248 is #EC8DB7. Grayscale: #505050. Windows color (decimal): -15502776 or 4747795. OLE color: 4747795.

HSL color Cylindrical-coordinate representation of color #137248: hue angle of 153.47º degrees, saturation: 0.71, 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 #137248 is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB1911472-
CMYK0.8300.370.55
HSL153.47º71.43%26.08%-
HSV(B)153.47º83.33%44.71%-
XYZ7.4612.648.18-
YUV80.81123.0383.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 114 (44.92% from 255) = 55.61%
BLUE value IS 72 (28.52% from 255) = 35.12%
R=9.27%
G=55.61%
B=35.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114720.8300.370.55153.4771.4326.08
Hex137248530253799471a
Octal231621101230456723110732
Binary10011111001010010001010011010010111011110011001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137248; }

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

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

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

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

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

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

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

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