#19442B

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

Shades of Zuccini #19442B

Tints of Zuccini #19442B

Color information

#19442B (or 0x19442B) is unknown color: approx Zuccini. HEX triplet: 19, 44 and 2B. RGB value is (25,68,43). Sum of RGB (Red+Green+Blue) = 25+68+43=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #19442B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19442B is #E6BBD4. Grayscale: #343434. Windows color (decimal): -15121365 or 2835481. OLE color: 2835481.

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

Color convert

RGB256843-
CMYK0.6300.370.73
HSL145.12º46.24%18.24%-
HSV(B)145.12º63.24%26.67%-
XYZ2.94.523-
YUV52.29122.75108.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.38%
GREEN value IS 68 (26.95% from 255) = 50%
BLUE value IS 43 (17.19% from 255) = 31.62%
R=18.38%
G=50%
B=31.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2568430.6300.370.73145.1246.2418.24
Hex19442B3F02549912e12
Octal3110453770451112215622
Binary110011000100101011111111010010110010011001000110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,68,43); }

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

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

 a { background-color: rgb(25,68,43); }

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

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

 span { border-color: rgb(25,68,43); }

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