#1A4631

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

Shades of Zuccini #1A4631

Tints of Zuccini #1A4631

Color information

#1A4631 (or 0x1A4631) is unknown color: approx Zuccini. HEX triplet: 1A, 46 and 31. RGB value is (26,70,49). Sum of RGB (Red+Green+Blue) = 26+70+49=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #1A4631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4631 is #E5B9CE. Grayscale: #363636. Windows color (decimal): -15055311 or 3229210. OLE color: 3229210.

HSL color Cylindrical-coordinate representation of color #1A4631: hue angle of 151.36º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A4631 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB267049-
CMYK0.6300.300.73
HSL151.36º45.83%18.82%-
HSV(B)151.36º62.86%27.45%-
XYZ3.174.823.67-
YUV54.45124.92107.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.93%
GREEN value IS 70 (27.73% from 255) = 48.28%
BLUE value IS 49 (19.53% from 255) = 33.79%
R=17.93%
G=48.28%
B=33.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2670490.6300.300.73151.3645.8318.82
Hex1A46313F01E49972e13
Octal3210661770361112275623
Binary11010100011011000111111101111010010011001011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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