#137841

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

Shades of Dark Spring Green #137841

Tints of Dark Spring Green #137841

Color information

#137841 (or 0x137841) is unknown color: approx Dark Spring Green. HEX triplet: 13, 78 and 41. RGB value is (19,120,65). Sum of RGB (Red+Green+Blue) = 19+120+65=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 120 (47.27% from 255 or 58.82% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 120 - color contains mainly: green. Hex color #137841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137841 is #EC87BE. Grayscale: #535353. Windows color (decimal): -15501247 or 4290579. OLE color: 4290579.

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

Color convert

RGB1912065-
CMYK0.8400.460.53
HSL147.33º72.66%27.25%-
HSV(B)147.33º84.17%47.06%-
XYZ7.9413.957.28-
YUV83.53117.5481.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.31%
GREEN value IS 120 (47.27% from 255) = 58.82%
BLUE value IS 65 (25.78% from 255) = 31.86%
R=9.31%
G=58.82%
B=31.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19120650.8400.460.53147.3372.6627.25
Hex1378415402E3593491b
Octal231701011240566522311133
Binary10011111100010000011010100010111011010110010011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137841; }

 p { color: rgb(19,120,65); }

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

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

 a { background-color: rgb(19,120,65); }

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

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

 span { border-color: rgb(19,120,65); }

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