#13733C

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

Shades of Dark Spring Green #13733C

Tints of Dark Spring Green #13733C

Color information

#13733C (or 0x13733C) is unknown color: approx Dark Spring Green. HEX triplet: 13, 73 and 3C. RGB value is (19,115,60). Sum of RGB (Red+Green+Blue) = 19+115+60=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #13733C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13733C is #EC8CC3. Grayscale: #505050. Windows color (decimal): -15502532 or 3961619. OLE color: 3961619.

HSL color Cylindrical-coordinate representation of color #13733C: hue angle of 145.62º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13733C is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1911560-
CMYK0.8300.480.55
HSL145.62º71.64%26.27%-
HSV(B)145.62º83.48%45.1%-
XYZ7.2112.736.35-
YUV80.03116.784.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.79%
GREEN value IS 115 (45.31% from 255) = 59.28%
BLUE value IS 60 (23.83% from 255) = 30.93%
R=9.79%
G=59.28%
B=30.93%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19115600.8300.480.55145.6271.6426.27
Hex13733C530303792481a
Octal23163741230606722211032
Binary1001111100111111001010011011000011011110010010100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13733C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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