#13773D

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

Shades of Dark Spring Green #13773D

Tints of Dark Spring Green #13773D

Color information

#13773D (or 0x13773D) is unknown color: approx Dark Spring Green. HEX triplet: 13, 77 and 3D. RGB value is (19,119,61). Sum of RGB (Red+Green+Blue) = 19+119+61=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #13773D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13773D is #EC88C2. Grayscale: #525252. Windows color (decimal): -15501507 or 4028179. OLE color: 4028179.

HSL color Cylindrical-coordinate representation of color #13773D: hue angle of 145.2º 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 #13773D is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1911961-
CMYK0.8400.490.53
HSL145.2º72.46%27.06%-
HSV(B)145.2º84.03%46.67%-
XYZ7.7113.676.65-
YUV82.49115.8782.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 119 (46.88% from 255) = 59.80%
BLUE value IS 61 (24.22% from 255) = 30.65%
R=9.55%
G=59.80%
B=30.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19119610.8400.490.53145.272.4627.06
Hex13773D540313591481b
Octal23167751240616522111033
Binary1001111101111111011010100011000111010110010001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13773D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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