#19442F

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

Shades of Zuccini #19442F

Tints of Zuccini #19442F

Color information

#19442F (or 0x19442F) is unknown color: approx Zuccini. HEX triplet: 19, 44 and 2F. RGB value is (25,68,47). Sum of RGB (Red+Green+Blue) = 25+68+47=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #19442F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19442F is #E6BBD0. Grayscale: #343434. Windows color (decimal): -15121361 or 3097625. OLE color: 3097625.

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

Color convert

RGB256847-
CMYK0.6300.310.73
HSL150.7º46.24%18.24%-
HSV(B)150.7º63.24%26.67%-
XYZ2.984.553.41-
YUV52.75124.75108.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.86%
GREEN value IS 68 (26.95% from 255) = 48.57%
BLUE value IS 47 (18.75% from 255) = 33.57%
R=17.86%
G=48.57%
B=33.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2568470.6300.310.73150.746.2418.24
Hex19442F3F01F49972e12
Octal3110457770371112275622
Binary11001100010010111111111101111110010011001011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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