#13432B

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

Shades of Zuccini #13432B

Tints of Zuccini #13432B

Color information

#13432B (or 0x13432B) is unknown color: approx Zuccini. HEX triplet: 13, 43 and 2B. RGB value is (19,67,43). Sum of RGB (Red+Green+Blue) = 19+67+43=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #13432B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13432B is #ECBCD4. Grayscale: #313131. Windows color (decimal): -15514837 or 2835219. OLE color: 2835219.

HSL color Cylindrical-coordinate representation of color #13432B: hue angle of 150º 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 #13432B is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB196743-
CMYK0.7200.360.74
HSL150º55.81%16.86%-
HSV(B)150º71.64%26.27%-
XYZ2.714.332.98-
YUV49.91124.1105.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.73%
GREEN value IS 67 (26.56% from 255) = 51.94%
BLUE value IS 43 (17.19% from 255) = 33.33%
R=14.73%
G=51.94%
B=33.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967430.7200.360.7415055.8116.86
Hex13432B480244A963811
Octal23103531100441122267021
Binary1001110000111010111001000010010010010101001011011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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