Html Css Color HEX #13803C Dark Spring Green

📋 copy color: '#13803C'

red 19 ◦ green 128 ◦ blue 60

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

Shades of Dark Spring Green #13803C

Tints of Dark Spring Green #13803C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.99%

R = 9.18%
G = 61.84%
B = 28.99%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#13803C (or 0x13803C) is known color: Dark Spring Green. HEX triplet: 13, 80 and 3C. RGB value is (19,128,60). Sum of RGB (Red+Green+Blue) = 19+128+60=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 128 (50.39% from 255 or 61.84% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 128 - color contains mainly: green. Hex color #13803C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13803C is #EC7FC3. Grayscale: #575757. Windows color (decimal): -15499204 or 3964947. OLE color: 3964947.

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

Color convert

RGB 19 128 60 -
CMYK 0.85 0 0.53 0.50
HSL 142.57º 0.74% 0.29% -
HSV(B) 142.57º 0.85% 0.5% -
XYZ 8.8 15.9 6.88 -
YUV 87.66 112.39 79.03 -
System Red Green Blue C M Y K H S L
Decimal 19 128 60 0.85 0 0.53 0.50 142.57 0.74 0.29
Hex 13 80 3C 55 0 35 32 8F 4A 1D
Octal 23 200 74 125 0 65 62 217 112 35
Binary 10011 10000000 111100 1010101 0 110101 110010 10001111 1001010 11101

Color Harmonies of #13803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13803C

Black with #13803C

Text Example


Text Example

White with #13803C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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