#13733B

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

Shades of Dark Spring Green #13733B

Tints of Dark Spring Green #13733B

Color information

#13733B (or 0x13733B) is unknown color: approx Dark Spring Green. HEX triplet: 13, 73 and 3B. RGB value is (19,115,59). Sum of RGB (Red+Green+Blue) = 19+115+59=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #13733B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13733B is #EC8CC4. Grayscale: #505050. Windows color (decimal): -15502533 or 3896083. OLE color: 3896083.

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

Color convert

RGB1911559-
CMYK0.8300.490.55
HSL145º71.64%26.27%-
HSV(B)145º83.48%45.1%-
XYZ7.1912.726.21-
YUV79.91116.284.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 115 (45.31% from 255) = 59.59%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=9.84%
G=59.59%
B=30.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19115590.8300.490.5514571.6426.27
Hex13733B530313791481a
Octal23163731230616722111032
Binary1001111100111110111010011011000111011110010001100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13733B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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