#154829

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

Shades of Zuccini #154829

Tints of Zuccini #154829

Color information

#154829 (or 0x154829) is unknown color: approx Zuccini. HEX triplet: 15, 48 and 29. RGB value is (21,72,41). Sum of RGB (Red+Green+Blue) = 21+72+41=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #154829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154829 is #EAB7D6. Grayscale: #353535. Windows color (decimal): -15382487 or 2705429. OLE color: 2705429.

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

Color convert

RGB217241-
CMYK0.7100.430.72
HSL143.53º54.84%18.24%-
HSV(B)143.53º70.83%28.24%-
XYZ3.034.952.89-
YUV53.22121.1105.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.67%
GREEN value IS 72 (28.52% from 255) = 53.73%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=15.67%
G=53.73%
B=30.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2172410.7100.430.72143.5354.8418.24
Hex1548294702B48903712
Octal25110511070531102206722
Binary1010110010001010011000111010101110010001001000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154829; }

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

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

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

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

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

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

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

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