#13883A

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

Shades of Dark Spring Green #13883A

Tints of Dark Spring Green #13883A

Color information

#13883A (or 0x13883A) is unknown color: approx Dark Spring Green. HEX triplet: 13, 88 and 3A. RGB value is (19,136,58). Sum of RGB (Red+Green+Blue) = 19+136+58=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 136 (53.52% from 255 or 63.85% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 136 - color contains mainly: green. Hex color #13883A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13883A is #EC77C5. Grayscale: #5C5C5C. Windows color (decimal): -15497158 or 3835923. OLE color: 3835923.

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

Color convert

RGB1913658-
CMYK0.8600.570.47
HSL140º75.48%30.39%-
HSV(B)140º86.03%53.33%-
XYZ9.8418.056.97-
YUV92.12108.7475.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.92%
GREEN value IS 136 (53.52% from 255) = 63.85%
BLUE value IS 58 (23.05% from 255) = 27.23%
R=8.92%
G=63.85%
B=27.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19136580.8600.570.4714075.4830.39
Hex13883A560392F8c4b1e
Octal23210721260715721411336
Binary10011100010001110101010110011100110111110001100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13883A; }

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

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

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

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

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

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

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

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