#13442D

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

Shades of Zuccini #13442D

Tints of Zuccini #13442D

Color information

#13442D (or 0x13442D) is unknown color: approx Zuccini. HEX triplet: 13, 44 and 2D. RGB value is (19,68,45). Sum of RGB (Red+Green+Blue) = 19+68+45=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #13442D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13442D is #ECBBD2. Grayscale: #323232. Windows color (decimal): -15514579 or 2966547. OLE color: 2966547.

HSL color Cylindrical-coordinate representation of color #13442D: hue angle of 151.84º 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 #13442D is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB196845-
CMYK0.7200.340.73
HSL151.84º56.32%17.06%-
HSV(B)151.84º72.06%26.67%-
XYZ2.814.463.2-
YUV50.73124.77105.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 68 (26.95% from 255) = 51.52%
BLUE value IS 45 (17.97% from 255) = 34.09%
R=14.39%
G=51.52%
B=34.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968450.7200.340.73151.8456.3217.06
Hex13442D4802249983811
Octal23104551100421112307021
Binary1001110001001011011001000010001010010011001100011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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