Html Css Color HEX #13803F Dark Spring Green

📋 copy color: '#13803F'

red 19 ◦ green 128 ◦ blue 63

#13803F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #13803F

Tints of Dark Spring Green #13803F

RGB

 RED value IS 19 (7.81% from 255) = 9.05%

 GREEN value IS 128 (50.39% from 255) = 60.95%

 BLUE value IS 63 (25% from 255) = 30%

R = 9.05%
G = 60.95%
B = 30%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#13803F (or 0x13803F) is known color: Dark Spring Green. HEX triplet: 13, 80 and 3F. RGB value is (19,128,63). Sum of RGB (Red+Green+Blue) = 19+128+63=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 128 (50.39% from 255 or 60.95% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 128 - color contains mainly: green. Hex color #13803F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13803F is #EC7FC0. Grayscale: #585858. Windows color (decimal): -15499201 or 4161555. OLE color: 4161555.

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

Color convert

RGB 19 128 63 -
CMYK 0.85 0 0.51 0.50
HSL 144.22º 0.74% 0.29% -
HSV(B) 144.22º 0.85% 0.5% -
XYZ 8.88 15.94 7.31 -
YUV 88 113.89 78.79 -
System Red Green Blue C M Y K H S L
Decimal 19 128 63 0.85 0 0.51 0.50 144.22 0.74 0.29
Hex 13 80 3F 55 0 33 32 90 4A 1D
Octal 23 200 77 125 0 63 62 220 112 35
Binary 10011 10000000 111111 1010101 0 110011 110010 10010000 1001010 11101

Color Harmonies of #13803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13803F

Black with #13803F

Text Example


Text Example

White with #13803F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13803F;
 }
 .AnyTagClassName
 {
   color: #13803F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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