#138539

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

Shades of Dark Spring Green #138539

Tints of Dark Spring Green #138539

Color information

#138539 (or 0x138539) is unknown color: approx Dark Spring Green. HEX triplet: 13, 85 and 39. RGB value is (19,133,57). Sum of RGB (Red+Green+Blue) = 19+133+57=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 133 (52.34% from 255 or 63.64% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 133 - color contains mainly: green. Hex color #138539 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138539 is #EC7AC6. Grayscale: #5A5A5A. Windows color (decimal): -15497927 or 3769619. OLE color: 3769619.

HSL color Cylindrical-coordinate representation of color #138539: hue angle of 140º 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 #138539 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB1913357-
CMYK0.8600.570.48
HSL140º75%29.8%-
HSV(B)140º85.71%52.16%-
XYZ9.3917.216.7-
YUV90.25109.2377.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 133 (52.34% from 255) = 63.64%
BLUE value IS 57 (22.66% from 255) = 27.27%
R=9.09%
G=63.64%
B=27.27%

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
Decimal19133570.8600.570.481407529.8
Hex13853956039308c4b1e
Octal23205711260716021411336
Binary10011100001011110011010110011100111000010001100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138539; }

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

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

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

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

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

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

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

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