#19442E

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

Shades of Zuccini #19442E

Tints of Zuccini #19442E

Color information

#19442E (or 0x19442E) is unknown color: approx Zuccini. HEX triplet: 19, 44 and 2E. RGB value is (25,68,46). Sum of RGB (Red+Green+Blue) = 25+68+46=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #19442E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19442E is #E6BBD1. Grayscale: #343434. Windows color (decimal): -15121362 or 3032089. OLE color: 3032089.

HSL color Cylindrical-coordinate representation of color #19442E: hue angle of 149.3º 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 #19442E is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB256846-
CMYK0.6300.320.73
HSL149.3º46.24%18.24%-
HSV(B)149.3º63.24%26.67%-
XYZ2.964.543.3-
YUV52.64124.25108.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.99%
GREEN value IS 68 (26.95% from 255) = 48.92%
BLUE value IS 46 (18.36% from 255) = 33.09%
R=17.99%
G=48.92%
B=33.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2568460.6300.320.73149.346.2418.24
Hex19442E3F02049952e12
Octal3110456770401112255622
Binary110011000100101110111111010000010010011001010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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