#154928

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

Shades of Zuccini #154928

Tints of Zuccini #154928

Color information

#154928 (or 0x154928) is unknown color: approx Zuccini. HEX triplet: 15, 49 and 28. RGB value is (21,73,40). Sum of RGB (Red+Green+Blue) = 21+73+40=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 73 (28.91% from 255 or 54.48% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 73 - color contains mainly: green. Hex color #154928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154928 is #EAB6D7. Grayscale: #353535. Windows color (decimal): -15382232 or 2640149. OLE color: 2640149.

HSL color Cylindrical-coordinate representation of color #154928: hue angle of 141.92º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #154928 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB217340-
CMYK0.7100.450.71
HSL141.92º55.32%18.43%-
HSV(B)141.92º71.23%28.63%-
XYZ3.075.082.83-
YUV53.69120.27104.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.67%
GREEN value IS 73 (28.91% from 255) = 54.48%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=15.67%
G=54.48%
B=29.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2173400.7100.450.71141.9255.3218.43
Hex1549284702D478e3712
Octal25111501070551072166722
Binary1010110010011010001000111010110110001111000111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154928; }

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

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

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

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

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

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

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

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