#1A412D

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

Shades of Zuccini #1A412D

Tints of Zuccini #1A412D

Color information

#1A412D (or 0x1A412D) is unknown color: approx Zuccini. HEX triplet: 1A, 41 and 2D. RGB value is (26,65,45). Sum of RGB (Red+Green+Blue) = 26+65+45=136 (18% of max value = 765). Red value is 26 (10.55% from 255 or 19.12% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #1A412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A412D is #E5BED2. Grayscale: #333333. Windows color (decimal): -15056595 or 2965786. OLE color: 2965786.

HSL color Cylindrical-coordinate representation of color #1A412D: hue angle of 149.23º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1A412D is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB266545-
CMYK0.6000.310.75
HSL149.23º42.86%17.84%-
HSV(B)149.23º60%25.49%-
XYZ2.794.193.14-
YUV51.06124.58110.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.12%
GREEN value IS 65 (25.78% from 255) = 47.79%
BLUE value IS 45 (17.97% from 255) = 33.09%
R=19.12%
G=47.79%
B=33.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2665450.6000.310.75149.2342.8617.84
Hex1A412D3C01F4B952b12
Octal3210155740371132255322
Binary11010100000110110111110001111110010111001010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A412D; }

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

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

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

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

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

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

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

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