#154228

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

Shades of Zuccini #154228

Tints of Zuccini #154228

Color information

#154228 (or 0x154228) is unknown color: approx Zuccini. HEX triplet: 15, 42 and 28. RGB value is (21,66,40). Sum of RGB (Red+Green+Blue) = 21+66+40=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #154228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154228 is #EABDD7. Grayscale: #313131. Windows color (decimal): -15384024 or 2638357. OLE color: 2638357.

HSL color Cylindrical-coordinate representation of color #154228: hue angle of 145.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #154228 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB216640-
CMYK0.6800.390.74
HSL145.33º51.72%17.06%-
HSV(B)145.33º68.18%25.88%-
XYZ2.644.212.68-
YUV49.58122.59107.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.54%
GREEN value IS 66 (26.17% from 255) = 51.97%
BLUE value IS 40 (16.02% from 255) = 31.50%
R=16.54%
G=51.97%
B=31.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2166400.6800.390.74145.3351.7217.06
Hex154228440274A913411
Octal25102501040471122216421
Binary1010110000101010001000100010011110010101001000111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154228; }

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

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

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

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

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

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

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

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