#19412D

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

Shades of Zuccini #19412D

Tints of Zuccini #19412D

Color information

#19412D (or 0x19412D) is unknown color: approx Zuccini. HEX triplet: 19, 41 and 2D. RGB value is (25,65,45). Sum of RGB (Red+Green+Blue) = 25+65+45=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #19412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19412D is #E6BED2. Grayscale: #323232. Windows color (decimal): -15122131 or 2965785. OLE color: 2965785.

HSL color Cylindrical-coordinate representation of color #19412D: hue angle of 150º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19412D is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB256545-
CMYK0.6200.310.75
HSL150º44.44%17.65%-
HSV(B)150º61.54%25.49%-
XYZ2.764.183.14-
YUV50.76124.75109.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.52%
GREEN value IS 65 (25.78% from 255) = 48.15%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=18.52%
G=48.15%
B=33.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2565450.6200.310.7515044.4417.65
Hex19412D3E01F4B962c12
Octal3110155760371132265422
Binary11001100000110110111111001111110010111001011010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19412D; }

 p { color: rgb(25,65,45); }

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

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

 a { background-color: rgb(25,65,45); }

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

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

 span { border-color: rgb(25,65,45); }

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