#13733E

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

Shades of Dark Spring Green #13733E

Tints of Dark Spring Green #13733E

Color information

#13733E (or 0x13733E) is unknown color: approx Dark Spring Green. HEX triplet: 13, 73 and 3E. RGB value is (19,115,62). Sum of RGB (Red+Green+Blue) = 19+115+62=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 115 (45.31% from 255 or 58.67% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 115 - color contains mainly: green. Hex color #13733E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13733E is #EC8CC1. Grayscale: #505050. Windows color (decimal): -15502530 or 4092691. OLE color: 4092691.

HSL color Cylindrical-coordinate representation of color #13733E: hue angle of 146.88º 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 #13733E is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1911562-
CMYK0.8300.460.55
HSL146.88º71.64%26.27%-
HSV(B)146.88º83.48%45.1%-
XYZ7.2712.756.63-
YUV80.25117.784.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.69%
GREEN value IS 115 (45.31% from 255) = 58.67%
BLUE value IS 62 (24.61% from 255) = 31.63%
R=9.69%
G=58.67%
B=31.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19115620.8300.460.55146.8871.6426.27
Hex13733E5302E3793481a
Octal23163761230566722311032
Binary1001111100111111101010011010111011011110010011100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13733E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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