#13734B

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

Shades of Dark Spring Green #13734B

Tints of Dark Spring Green #13734B

Color information

#13734B (or 0x13734B) is unknown color: approx Dark Spring Green. HEX triplet: 13, 73 and 4B. RGB value is (19,115,75). Sum of RGB (Red+Green+Blue) = 19+115+75=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #13734B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13734B is #EC8CB4. Grayscale: #515151. Windows color (decimal): -15502517 or 4944659. OLE color: 4944659.

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

Color convert

RGB1911575-
CMYK0.8300.350.55
HSL155º71.64%26.27%-
HSV(B)155º83.48%45.1%-
XYZ7.6712.918.74-
YUV81.74124.283.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 115 (45.31% from 255) = 55.02%
BLUE value IS 75 (29.69% from 255) = 35.89%
R=9.09%
G=55.02%
B=35.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19115750.8300.350.5515571.6426.27
Hex13734B53023379b481a
Octal231631131230436723311032
Binary10011111001110010111010011010001111011110011011100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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