#13803B

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

Shades of Dark Spring Green #13803B

Tints of Dark Spring Green #13803B

Color information

#13803B (or 0x13803B) is unknown color: approx Dark Spring Green. HEX triplet: 13, 80 and 3B. RGB value is (19,128,59). Sum of RGB (Red+Green+Blue) = 19+128+59=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 128 (50.39% from 255 or 62.14% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 128 - color contains mainly: green. Hex color #13803B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13803B is #EC7FC4. Grayscale: #575757. Windows color (decimal): -15499205 or 3899411. OLE color: 3899411.

HSL color Cylindrical-coordinate representation of color #13803B: hue angle of 142.02º 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 #13803B is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB1912859-
CMYK0.8500.540.50
HSL142.02º74.15%28.82%-
HSV(B)142.02º85.16%50.2%-
XYZ8.7815.896.74-
YUV87.54111.8979.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.22%
GREEN value IS 128 (50.39% from 255) = 62.14%
BLUE value IS 59 (23.44% from 255) = 28.64%
R=9.22%
G=62.14%
B=28.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal19128590.8500.540.50142.0274.1528.82
Hex13803B55036328e4a1d
Octal23200731250666221611235
Binary10011100000001110111010101011011011001010001110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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