#154628

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

Shades of Zuccini #154628

Tints of Zuccini #154628

Color information

#154628 (or 0x154628) is unknown color: approx Zuccini. HEX triplet: 15, 46 and 28. RGB value is (21,70,40). Sum of RGB (Red+Green+Blue) = 21+70+40=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #154628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154628 is #EAB9D7. Grayscale: #333333. Windows color (decimal): -15383000 or 2639381. OLE color: 2639381.

HSL color Cylindrical-coordinate representation of color #154628: hue angle of 143.27º 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 #154628 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB217040-
CMYK0.7000.430.73
HSL143.27º53.85%17.84%-
HSV(B)143.27º70%27.45%-
XYZ2.884.692.76-
YUV51.93121.27105.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.03%
GREEN value IS 70 (27.73% from 255) = 53.44%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=16.03%
G=53.44%
B=30.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2170400.7000.430.73143.2753.8517.84
Hex1546284602B498f3612
Octal25106501060531112176622
Binary1010110001101010001000110010101110010011000111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154628; }

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

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

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

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

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

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

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

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