#137938

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

Shades of Dark Spring Green #137938

Tints of Dark Spring Green #137938

Color information

#137938 (or 0x137938) is unknown color: approx Dark Spring Green. HEX triplet: 13, 79 and 38. RGB value is (19,121,56). Sum of RGB (Red+Green+Blue) = 19+121+56=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 121 (47.66% from 255 or 61.73% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 121 - color contains mainly: green. Hex color #137938 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137938 is #EC86C7. Grayscale: #535353. Windows color (decimal): -15501000 or 3701011. OLE color: 3701011.

HSL color Cylindrical-coordinate representation of color #137938: hue angle of 141.76º 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 #137938 is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB1912156-
CMYK0.8400.540.53
HSL141.76º72.86%27.45%-
HSV(B)141.76º84.3%47.45%-
XYZ7.8214.16.05-
YUV83.09112.7182.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.69%
GREEN value IS 121 (47.66% from 255) = 61.73%
BLUE value IS 56 (22.27% from 255) = 28.57%
R=9.69%
G=61.73%
B=28.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19121560.8400.540.53141.7672.8627.45
Hex13793854036358e491b
Octal23171701240666521611133
Binary1001111110011110001010100011011011010110001110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137938; }

 p { color: rgb(19,121,56); }

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

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

 a { background-color: rgb(19,121,56); }

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

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

 span { border-color: rgb(19,121,56); }

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