#154629

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

Shades of Zuccini #154629

Tints of Zuccini #154629

Color information

#154629 (or 0x154629) is unknown color: approx Zuccini. HEX triplet: 15, 46 and 29. RGB value is (21,70,41). Sum of RGB (Red+Green+Blue) = 21+70+41=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #154629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154629 is #EAB9D6. Grayscale: #343434. Windows color (decimal): -15382999 or 2704917. OLE color: 2704917.

HSL color Cylindrical-coordinate representation of color #154629: hue angle of 144.49º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154629 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB217041-
CMYK0.7000.410.73
HSL144.49º53.85%17.84%-
HSV(B)144.49º70%27.45%-
XYZ2.94.72.85-
YUV52.04121.77105.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.91%
GREEN value IS 70 (27.73% from 255) = 53.03%
BLUE value IS 41 (16.41% from 255) = 31.06%
R=15.91%
G=53.03%
B=31.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2170410.7000.410.73144.4953.8517.84
Hex1546294602949903612
Octal25106511060511112206622
Binary1010110001101010011000110010100110010011001000011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154629; }

 p { color: rgb(21,70,41); }

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

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

 a { background-color: rgb(21,70,41); }

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

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

 span { border-color: rgb(21,70,41); }

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