#13803A

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

Shades of Dark Spring Green #13803A

Tints of Dark Spring Green #13803A

Color information

#13803A (or 0x13803A) is unknown color: approx Dark Spring Green. HEX triplet: 13, 80 and 3A. RGB value is (19,128,58). Sum of RGB (Red+Green+Blue) = 19+128+58=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 128 (50.39% from 255 or 62.44% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 128 - color contains mainly: green. Hex color #13803A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13803A is #EC7FC5. Grayscale: #575757. Windows color (decimal): -15499206 or 3833875. OLE color: 3833875.

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

Color convert

RGB1912858-
CMYK0.8500.550.50
HSL141.47º74.15%28.82%-
HSV(B)141.47º85.16%50.2%-
XYZ8.7515.886.61-
YUV87.43111.3979.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 128 (50.39% from 255) = 62.44%
BLUE value IS 58 (23.05% from 255) = 28.29%
R=9.27%
G=62.44%
B=28.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal19128580.8500.550.50141.4774.1528.82
Hex13803A55037328d4a1d
Octal23200721250676221511235
Binary10011100000001110101010101011011111001010001101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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