#1A4431

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

Shades of Zuccini #1A4431

Tints of Zuccini #1A4431

Color information

#1A4431 (or 0x1A4431) is unknown color: approx Zuccini. HEX triplet: 1A, 44 and 31. RGB value is (26,68,49). Sum of RGB (Red+Green+Blue) = 26+68+49=143 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.18% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 68 - color contains mainly: green. Hex color #1A4431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4431 is #E5BBCE. Grayscale: #353535. Windows color (decimal): -15055823 or 3228698. OLE color: 3228698.

HSL color Cylindrical-coordinate representation of color #1A4431: hue angle of 152.86º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A4431 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB266849-
CMYK0.6200.280.73
HSL152.86º44.68%18.43%-
HSV(B)152.86º61.76%26.67%-
XYZ3.054.583.63-
YUV53.28125.59108.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.18%
GREEN value IS 68 (26.95% from 255) = 47.55%
BLUE value IS 49 (19.53% from 255) = 34.27%
R=18.18%
G=47.55%
B=34.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2668490.6200.280.73152.8644.6818.43
Hex1A44313E01C49992d12
Octal3210461760341112315522
Binary11010100010011000111111001110010010011001100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,68,49); }

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

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

 a { background-color: rgb(26,68,49); }

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

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

 span { border-color: rgb(26,68,49); }

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