#13773E

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

Shades of Dark Spring Green #13773E

Tints of Dark Spring Green #13773E

Color information

#13773E (or 0x13773E) is unknown color: approx Dark Spring Green. HEX triplet: 13, 77 and 3E. RGB value is (19,119,62). Sum of RGB (Red+Green+Blue) = 19+119+62=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 119 (46.88% from 255 or 59.5% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 119 - color contains mainly: green. Hex color #13773E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13773E is #EC88C1. Grayscale: #525252. Windows color (decimal): -15501506 or 4093715. OLE color: 4093715.

HSL color Cylindrical-coordinate representation of color #13773E: hue angle of 145.8º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13773E is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1911962-
CMYK0.8400.480.53
HSL145.8º72.46%27.06%-
HSV(B)145.8º84.03%46.67%-
XYZ7.7313.686.79-
YUV82.6116.3782.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.5%
GREEN value IS 119 (46.88% from 255) = 59.5%
BLUE value IS 62 (24.61% from 255) = 31%
R=9.5%
G=59.5%
B=31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19119620.8400.480.53145.872.4627.06
Hex13773E540303592481b
Octal23167761240606522211033
Binary1001111101111111101010100011000011010110010010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13773E; }

 p { color: rgb(19,119,62); }

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

<style>
 a { background-color: #13773E; }

 a { background-color: rgb(19,119,62); }

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

<style>
 span { border-color: #13773E; }

 span { border-color: rgb(19,119,62); }

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