#19442A

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

Shades of Zuccini #19442A

Tints of Zuccini #19442A

Color information

#19442A (or 0x19442A) is unknown color: approx Zuccini. HEX triplet: 19, 44 and 2A. RGB value is (25,68,42). Sum of RGB (Red+Green+Blue) = 25+68+42=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #19442A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19442A is #E6BBD5. Grayscale: #343434. Windows color (decimal): -15121366 or 2769945. OLE color: 2769945.

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

Color convert

RGB256842-
CMYK0.6300.380.73
HSL143.72º46.24%18.24%-
HSV(B)143.72º63.24%26.67%-
XYZ2.894.512.91-
YUV52.18122.25108.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.52%
GREEN value IS 68 (26.95% from 255) = 50.37%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=18.52%
G=50.37%
B=31.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2568420.6300.380.73143.7246.2418.24
Hex19442A3F02649902e12
Octal3110452770461112205622
Binary110011000100101010111111010011010010011001000010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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