#1A412C

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

Shades of Zuccini #1A412C

Tints of Zuccini #1A412C

Color information

#1A412C (or 0x1A412C) is unknown color: approx Zuccini. HEX triplet: 1A, 41 and 2C. RGB value is (26,65,44). Sum of RGB (Red+Green+Blue) = 26+65+44=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #1A412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A412C is #E5BED3. Grayscale: #323232. Windows color (decimal): -15056596 or 2900250. OLE color: 2900250.

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

Color convert

RGB266544-
CMYK0.6000.320.75
HSL147.69º42.86%17.84%-
HSV(B)147.69º60%25.49%-
XYZ2.774.183.04-
YUV50.94124.08110.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.26%
GREEN value IS 65 (25.78% from 255) = 48.15%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=19.26%
G=48.15%
B=32.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2665440.6000.320.75147.6942.8617.84
Hex1A412C3C0204B942b12
Octal3210154740401132245322
Binary110101000001101100111100010000010010111001010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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