#154328

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

Shades of Zuccini #154328

Tints of Zuccini #154328

Color information

#154328 (or 0x154328) is unknown color: approx Zuccini. HEX triplet: 15, 43 and 28. RGB value is (21,67,40). Sum of RGB (Red+Green+Blue) = 21+67+40=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 67 (26.56% from 255 or 52.34% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 67 - color contains mainly: green. Hex color #154328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154328 is #EABCD7. Grayscale: #323232. Windows color (decimal): -15383768 or 2638613. OLE color: 2638613.

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

Color convert

RGB216740-
CMYK0.6900.400.74
HSL144.78º52.27%17.25%-
HSV(B)144.78º68.66%26.27%-
XYZ2.74.332.7-
YUV50.17122.26107.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.41%
GREEN value IS 67 (26.56% from 255) = 52.34%
BLUE value IS 40 (16.02% from 255) = 31.25%
R=16.41%
G=52.34%
B=31.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2167400.6900.400.74144.7852.2717.25
Hex154328450284A913411
Octal25103501050501122216421
Binary1010110000111010001000101010100010010101001000111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154328; }

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

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

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

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

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

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

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

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