#13813E

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

Shades of Dark Spring Green #13813E

Tints of Dark Spring Green #13813E

Color information

#13813E (or 0x13813E) is unknown color: approx Dark Spring Green. HEX triplet: 13, 81 and 3E. RGB value is (19,129,62). Sum of RGB (Red+Green+Blue) = 19+129+62=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 129 (50.78% from 255 or 61.43% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 129 - color contains mainly: green. Hex color #13813E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13813E is #EC7EC1. Grayscale: #585858. Windows color (decimal): -15498946 or 4096275. OLE color: 4096275.

HSL color Cylindrical-coordinate representation of color #13813E: hue angle of 143.45º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13813E is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1912962-
CMYK0.8500.520.49
HSL143.45º74.32%29.02%-
HSV(B)143.45º85.27%50.59%-
XYZ8.9916.197.21-
YUV88.47113.0678.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.05%
GREEN value IS 129 (50.78% from 255) = 61.43%
BLUE value IS 62 (24.61% from 255) = 29.52%
R=9.05%
G=61.43%
B=29.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19129620.8500.520.49143.4574.3229.02
Hex13813E55034318f4a1d
Octal23201761250646121711235
Binary10011100000011111101010101011010011000110001111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13813E; }

 p { color: rgb(19,129,62); }

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

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

 a { background-color: rgb(19,129,62); }

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

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

 span { border-color: rgb(19,129,62); }

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