#138836

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

Shades of Dark Spring Green #138836

Tints of Dark Spring Green #138836

Color information

#138836 (or 0x138836) is unknown color: approx Dark Spring Green. HEX triplet: 13, 88 and 36. RGB value is (19,136,54). Sum of RGB (Red+Green+Blue) = 19+136+54=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 136 (53.52% from 255 or 65.07% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 136 - color contains mainly: green. Hex color #138836 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138836 is #EC77C9. Grayscale: #5B5B5B. Windows color (decimal): -15497162 or 3573779. OLE color: 3573779.

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

Color convert

RGB1913654-
CMYK0.8600.600.47
HSL137.95º75.48%30.39%-
HSV(B)137.95º86.03%53.33%-
XYZ9.7418.016.45-
YUV91.67106.7476.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 136 (53.52% from 255) = 65.07%
BLUE value IS 54 (21.48% from 255) = 25.84%
R=9.09%
G=65.07%
B=25.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19136540.8600.600.47137.9575.4830.39
Hex1388365603C2F8a4b1e
Octal23210661260745721211336
Binary10011100010001101101010110011110010111110001010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138836; }

 p { color: rgb(19,136,54); }

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

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

 a { background-color: rgb(19,136,54); }

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

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

 span { border-color: rgb(19,136,54); }

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