#154729

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

Shades of Zuccini #154729

Tints of Zuccini #154729

Color information

#154729 (or 0x154729) is unknown color: approx Zuccini. HEX triplet: 15, 47 and 29. RGB value is (21,71,41). Sum of RGB (Red+Green+Blue) = 21+71+41=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #154729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154729 is #EAB8D6. Grayscale: #343434. Windows color (decimal): -15382743 or 2705173. OLE color: 2705173.

HSL color Cylindrical-coordinate representation of color #154729: hue angle of 144º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154729 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB217141-
CMYK0.7000.420.72
HSL144º54.35%18.04%-
HSV(B)144º70.42%27.84%-
XYZ2.964.832.87-
YUV52.63121.44105.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 71 (28.12% from 255) = 53.38%
BLUE value IS 41 (16.41% from 255) = 30.83%
R=15.79%
G=53.38%
B=30.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2171410.7000.420.7214454.3518.04
Hex1547294602A48903612
Octal25107511060521102206622
Binary1010110001111010011000110010101010010001001000011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154729; }

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

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

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

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

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

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

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

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