#138439

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

Shades of Dark Spring Green #138439

Tints of Dark Spring Green #138439

Color information

#138439 (or 0x138439) is unknown color: approx Dark Spring Green. HEX triplet: 13, 84 and 39. RGB value is (19,132,57). Sum of RGB (Red+Green+Blue) = 19+132+57=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 132 (51.95% from 255 or 63.46% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 132 - color contains mainly: green. Hex color #138439 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138439 is #EC7BC6. Grayscale: #595959. Windows color (decimal): -15498183 or 3769363. OLE color: 3769363.

HSL color Cylindrical-coordinate representation of color #138439: hue angle of 140.18º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138439 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB1913257-
CMYK0.8600.570.48
HSL140.18º74.83%29.61%-
HSV(B)140.18º85.61%51.76%-
XYZ9.2616.946.65-
YUV89.66109.5677.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.13%
GREEN value IS 132 (51.95% from 255) = 63.46%
BLUE value IS 57 (22.66% from 255) = 27.40%
R=9.13%
G=63.46%
B=27.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19132570.8600.570.48140.1874.8329.61
Hex13843956039308c4b1e
Octal23204711260716021411336
Binary10011100001001110011010110011100111000010001100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138439; }

 p { color: rgb(19,132,57); }

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

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

 a { background-color: rgb(19,132,57); }

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

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

 span { border-color: rgb(19,132,57); }

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