#154929

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

Shades of Zuccini #154929

Tints of Zuccini #154929

Color information

#154929 (or 0x154929) is unknown color: approx Zuccini. HEX triplet: 15, 49 and 29. RGB value is (21,73,41). Sum of RGB (Red+Green+Blue) = 21+73+41=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #154929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154929 is #EAB6D6. Grayscale: #353535. Windows color (decimal): -15382231 or 2705685. OLE color: 2705685.

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

Color convert

RGB217341-
CMYK0.7100.440.71
HSL143.08º55.32%18.43%-
HSV(B)143.08º71.23%28.63%-
XYZ3.095.082.92-
YUV53.8120.77104.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 73 (28.91% from 255) = 54.07%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=15.56%
G=54.07%
B=30.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2173410.7100.440.71143.0855.3218.43
Hex1549294702C478f3712
Octal25111511070541072176722
Binary1010110010011010011000111010110010001111000111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154929; }

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

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

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

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

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

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

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

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