#19432A

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

Shades of Zuccini #19432A

Tints of Zuccini #19432A

Color information

#19432A (or 0x19432A) is unknown color: approx Zuccini. HEX triplet: 19, 43 and 2A. RGB value is (25,67,42). Sum of RGB (Red+Green+Blue) = 25+67+42=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #19432A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19432A is #E6BCD5. Grayscale: #333333. Windows color (decimal): -15121622 or 2769689. OLE color: 2769689.

HSL color Cylindrical-coordinate representation of color #19432A: hue angle of 144.29º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #19432A is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.

Color convert

RGB256742-
CMYK0.6300.370.74
HSL144.29º45.65%18.04%-
HSV(B)144.29º62.69%26.27%-
XYZ2.834.392.89-
YUV51.59122.59109.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.66%
GREEN value IS 67 (26.56% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=18.66%
G=50%
B=31.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2567420.6300.370.74144.2945.6518.04
Hex19432A3F0254A902e12
Octal3110352770451122205622
Binary110011000011101010111111010010110010101001000010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19432A; }

 p { color: rgb(25,67,42); }

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

<style>
 a { background-color: #19432A; }

 a { background-color: rgb(25,67,42); }

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

<style>
 span { border-color: #19432A; }

 span { border-color: rgb(25,67,42); }

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