#15472B

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

Shades of Zuccini #15472B

Tints of Zuccini #15472B

Color information

#15472B (or 0x15472B) is unknown color: approx Zuccini. HEX triplet: 15, 47 and 2B. RGB value is (21,71,43). Sum of RGB (Red+Green+Blue) = 21+71+43=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #15472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15472B is #EAB8D4. Grayscale: #343434. Windows color (decimal): -15382741 or 2836245. OLE color: 2836245.

HSL color Cylindrical-coordinate representation of color #15472B: hue angle of 146.4º 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 #15472B is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB217143-
CMYK0.7000.390.72
HSL146.4º54.35%18.04%-
HSV(B)146.4º70.42%27.84%-
XYZ34.843.06-
YUV52.86122.44105.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 71 (28.12% from 255) = 52.59%
BLUE value IS 43 (17.19% from 255) = 31.85%
R=15.56%
G=52.59%
B=31.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2171430.7000.390.72146.454.3518.04
Hex15472B4602748923612
Octal25107531060471102226622
Binary1010110001111010111000110010011110010001001001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15472B; }

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

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

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

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

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

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

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

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