#194431

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

Shades of Zuccini #194431

Tints of Zuccini #194431

Color information

#194431 (or 0x194431) is unknown color: approx Zuccini. HEX triplet: 19, 44 and 31. RGB value is (25,68,49). Sum of RGB (Red+Green+Blue) = 25+68+49=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #194431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194431 is #E6BBCE. Grayscale: #353535. Windows color (decimal): -15121359 or 3228697. OLE color: 3228697.

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

Color convert

RGB256849-
CMYK0.6300.280.73
HSL153.49º46.24%18.24%-
HSV(B)153.49º63.24%26.67%-
XYZ3.024.563.63-
YUV52.98125.75108.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.61%
GREEN value IS 68 (26.95% from 255) = 47.89%
BLUE value IS 49 (19.53% from 255) = 34.51%
R=17.61%
G=47.89%
B=34.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2568490.6300.280.73153.4946.2418.24
Hex1944313F01C49992e12
Octal3110461770341112315622
Binary11001100010011000111111101110010010011001100110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194431; }

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

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

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

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

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

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

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

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