#154229

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

Shades of Zuccini #154229

Tints of Zuccini #154229

Color information

#154229 (or 0x154229) is unknown color: approx Zuccini. HEX triplet: 15, 42 and 29. RGB value is (21,66,41). Sum of RGB (Red+Green+Blue) = 21+66+41=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #154229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154229 is #EABDD6. Grayscale: #313131. Windows color (decimal): -15384023 or 2703893. OLE color: 2703893.

HSL color Cylindrical-coordinate representation of color #154229: hue angle of 146.67º 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 #154229 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB216641-
CMYK0.6800.380.74
HSL146.67º51.72%17.06%-
HSV(B)146.67º68.18%25.88%-
XYZ2.664.222.77-
YUV49.7123.09107.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.41%
GREEN value IS 66 (26.17% from 255) = 51.56%
BLUE value IS 41 (16.41% from 255) = 32.03%
R=16.41%
G=51.56%
B=32.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2166410.6800.380.74146.6751.7217.06
Hex154229440264A933411
Octal25102511040461122236421
Binary1010110000101010011000100010011010010101001001111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154229; }

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

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

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

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

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

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

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

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