#1A4931

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

Shades of Zuccini #1A4931

Tints of Zuccini #1A4931

Color information

#1A4931 (or 0x1A4931) is unknown color: approx Zuccini. HEX triplet: 1A, 49 and 31. RGB value is (26,73,49). Sum of RGB (Red+Green+Blue) = 26+73+49=148 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.57% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #1A4931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4931 is #E5B6CE. Grayscale: #383838. Windows color (decimal): -15054543 or 3229978. OLE color: 3229978.

HSL color Cylindrical-coordinate representation of color #1A4931: hue angle of 149.36º 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 #1A4931 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB267349-
CMYK0.6400.330.71
HSL149.36º47.47%19.41%-
HSV(B)149.36º64.38%28.63%-
XYZ3.365.213.73-
YUV56.21123.93106.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.57%
GREEN value IS 73 (28.91% from 255) = 49.32%
BLUE value IS 49 (19.53% from 255) = 33.11%
R=17.57%
G=49.32%
B=33.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2673490.6400.330.71149.3647.4719.41
Hex1A49314002147952f13
Octal32111611000411072255723
Binary1101010010011100011000000010000110001111001010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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