#1A492D

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

Shades of Zuccini #1A492D

Tints of Zuccini #1A492D

Color information

#1A492D (or 0x1A492D) is unknown color: approx Zuccini. HEX triplet: 1A, 49 and 2D. RGB value is (26,73,45). Sum of RGB (Red+Green+Blue) = 26+73+45=144 (19% of max value = 765). Red value is 26 (10.55% from 255 or 18.06% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #1A492D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A492D is #E5B6D2. Grayscale: #373737. Windows color (decimal): -15054547 or 2967834. OLE color: 2967834.

HSL color Cylindrical-coordinate representation of color #1A492D: hue angle of 144.26º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A492D is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB267345-
CMYK0.6400.380.71
HSL144.26º47.47%19.41%-
HSV(B)144.26º64.38%28.63%-
XYZ3.285.173.31-
YUV55.76121.93106.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.06%
GREEN value IS 73 (28.91% from 255) = 50.69%
BLUE value IS 45 (17.97% from 255) = 31.25%
R=18.06%
G=50.69%
B=31.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2673450.6400.380.71144.2647.4719.41
Hex1A492D4002647902f13
Octal32111551000461072205723
Binary1101010010011011011000000010011010001111001000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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