#13442C

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

Shades of Zuccini #13442C

Tints of Zuccini #13442C

Color information

#13442C (or 0x13442C) is unknown color: approx Zuccini. HEX triplet: 13, 44 and 2C. RGB value is (19,68,44). Sum of RGB (Red+Green+Blue) = 19+68+44=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #13442C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13442C is #ECBBD3. Grayscale: #323232. Windows color (decimal): -15514580 or 2901011. OLE color: 2901011.

HSL color Cylindrical-coordinate representation of color #13442C: hue angle of 150.61º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13442C is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB196844-
CMYK0.7200.350.73
HSL150.61º56.32%17.06%-
HSV(B)150.61º72.06%26.67%-
XYZ2.794.453.1-
YUV50.61124.27105.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 68 (26.95% from 255) = 51.91%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=14.50%
G=51.91%
B=33.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968440.7200.350.73150.6156.3217.06
Hex13442C4802349973811
Octal23104541100431112277021
Binary1001110001001011001001000010001110010011001011111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13442C; }

 p { color: rgb(19,68,44); }

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

<style>
 a { background-color: #13442C; }

 a { background-color: rgb(19,68,44); }

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

<style>
 span { border-color: #13442C; }

 span { border-color: rgb(19,68,44); }

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