#13803D

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

Shades of Dark Spring Green #13803D

Tints of Dark Spring Green #13803D

Color information

#13803D (or 0x13803D) is unknown color: approx Dark Spring Green. HEX triplet: 13, 80 and 3D. RGB value is (19,128,61). Sum of RGB (Red+Green+Blue) = 19+128+61=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 128 (50.39% from 255 or 61.54% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 128 - color contains mainly: green. Hex color #13803D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13803D is #EC7FC2. Grayscale: #575757. Windows color (decimal): -15499203 or 4030483. OLE color: 4030483.

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

Color convert

RGB1912861-
CMYK0.8500.520.50
HSL143.12º74.15%28.82%-
HSV(B)143.12º85.16%50.2%-
XYZ8.8315.917.02-
YUV87.77112.8978.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.13%
GREEN value IS 128 (50.39% from 255) = 61.54%
BLUE value IS 61 (24.22% from 255) = 29.33%
R=9.13%
G=61.54%
B=29.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal19128610.8500.520.50143.1274.1528.82
Hex13803D55034328f4a1d
Octal23200751250646221711235
Binary10011100000001111011010101011010011001010001111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13803D; }

 p { color: rgb(19,128,61); }

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

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

 a { background-color: rgb(19,128,61); }

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

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

 span { border-color: rgb(19,128,61); }

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