#13462E

Color #13462E Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #13462E

Tints of Zuccini #13462E

Color information

#13462E (or 0x13462E) is unknown color: approx Zuccini. HEX triplet: 13, 46 and 2E. RGB value is (19,70,46). Sum of RGB (Red+Green+Blue) = 19+70+46=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #13462E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13462E is #ECB9D1. Grayscale: #343434. Windows color (decimal): -15514066 or 3032595. OLE color: 3032595.

HSL color Cylindrical-coordinate representation of color #13462E: hue angle of 151.76º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13462E is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB197046-
CMYK0.7300.340.73
HSL151.76º57.3%17.45%-
HSV(B)151.76º72.86%27.45%-
XYZ2.954.723.34-
YUV52.01124.6104.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.07%
GREEN value IS 70 (27.73% from 255) = 51.85%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=14.07%
G=51.85%
B=34.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1970460.7300.340.73151.7657.317.45
Hex13462E4902249983911
Octal23106561110421112307121
Binary1001110001101011101001001010001010010011001100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,70,46); }

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

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

 a { background-color: rgb(19,70,46); }

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

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

 span { border-color: rgb(19,70,46); }

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