#13432C

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

Shades of Zuccini #13432C

Tints of Zuccini #13432C

Color information

#13432C (or 0x13432C) is unknown color: approx Zuccini. HEX triplet: 13, 43 and 2C. RGB value is (19,67,44). Sum of RGB (Red+Green+Blue) = 19+67+44=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #13432C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13432C is #ECBCD3. Grayscale: #323232. Windows color (decimal): -15514836 or 2900755. OLE color: 2900755.

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

Color convert

RGB196744-
CMYK0.7200.340.74
HSL151.25º55.81%16.86%-
HSV(B)151.25º71.64%26.27%-
XYZ2.734.333.08-
YUV50.03124.6105.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.62%
GREEN value IS 67 (26.56% from 255) = 51.54%
BLUE value IS 44 (17.58% from 255) = 33.85%
R=14.62%
G=51.54%
B=33.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967440.7200.340.74151.2555.8116.86
Hex13432C480224A973811
Octal23103541100421122277021
Binary1001110000111011001001000010001010010101001011111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13432C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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