#13462B

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

Shades of Zuccini #13462B

Tints of Zuccini #13462B

Color information

#13462B (or 0x13462B) is unknown color: approx Zuccini. HEX triplet: 13, 46 and 2B. RGB value is (19,70,43). Sum of RGB (Red+Green+Blue) = 19+70+43=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #13462B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13462B is #ECB9D4. Grayscale: #333333. Windows color (decimal): -15514069 or 2835987. OLE color: 2835987.

HSL color Cylindrical-coordinate representation of color #13462B: hue angle of 148.24º 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 #13462B is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB197043-
CMYK0.7300.390.73
HSL148.24º57.3%17.45%-
HSV(B)148.24º72.86%27.45%-
XYZ2.894.693.04-
YUV51.67123.1104.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 70 (27.73% from 255) = 53.03%
BLUE value IS 43 (17.19% from 255) = 32.58%
R=14.39%
G=53.03%
B=32.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1970430.7300.390.73148.2457.317.45
Hex13462B4902749943911
Octal23106531110471112247121
Binary1001110001101010111001001010011110010011001010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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