#1A412E

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

Shades of Zuccini #1A412E

Tints of Zuccini #1A412E

Color information

#1A412E (or 0x1A412E) is unknown color: approx Zuccini. HEX triplet: 1A, 41 and 2E. RGB value is (26,65,46). Sum of RGB (Red+Green+Blue) = 26+65+46=137 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.98% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #1A412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A412E is #E5BED1. Grayscale: #333333. Windows color (decimal): -15056594 or 3031322. OLE color: 3031322.

HSL color Cylindrical-coordinate representation of color #1A412E: hue angle of 150.77º 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 #1A412E is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB266546-
CMYK0.6000.290.75
HSL150.77º42.86%17.84%-
HSV(B)150.77º60%25.49%-
XYZ2.814.23.25-
YUV51.17125.08110.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.98%
GREEN value IS 65 (25.78% from 255) = 47.45%
BLUE value IS 46 (18.36% from 255) = 33.58%
R=18.98%
G=47.45%
B=33.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2665460.6000.290.75150.7742.8617.84
Hex1A412E3C01D4B972b12
Octal3210156740351132275322
Binary11010100000110111011110001110110010111001011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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