#154828

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

Shades of Zuccini #154828

Tints of Zuccini #154828

Color information

#154828 (or 0x154828) is unknown color: approx Zuccini. HEX triplet: 15, 48 and 28. RGB value is (21,72,40). Sum of RGB (Red+Green+Blue) = 21+72+40=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #154828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154828 is #EAB7D7. Grayscale: #353535. Windows color (decimal): -15382488 or 2639893. OLE color: 2639893.

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

Color convert

RGB217240-
CMYK0.7100.440.72
HSL142.35º54.84%18.24%-
HSV(B)142.35º70.83%28.24%-
XYZ3.014.952.8-
YUV53.1120.6105.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 72 (28.52% from 255) = 54.14%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=15.79%
G=54.14%
B=30.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2172400.7100.440.72142.3554.8418.24
Hex1548284702C488e3712
Octal25110501070541102166722
Binary1010110010001010001000111010110010010001000111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154828; }

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

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

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

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

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

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

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

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