#15472A

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

Shades of Zuccini #15472A

Tints of Zuccini #15472A

Color information

#15472A (or 0x15472A) is unknown color: approx Zuccini. HEX triplet: 15, 47 and 2A. RGB value is (21,71,42). Sum of RGB (Red+Green+Blue) = 21+71+42=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #15472A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15472A is #EAB8D5. Grayscale: #343434. Windows color (decimal): -15382742 or 2770709. OLE color: 2770709.

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

Color convert

RGB217142-
CMYK0.7000.410.72
HSL145.2º54.35%18.04%-
HSV(B)145.2º70.42%27.84%-
XYZ2.984.832.97-
YUV52.74121.94105.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.67%
GREEN value IS 71 (28.12% from 255) = 52.99%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=15.67%
G=52.99%
B=31.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2171420.7000.410.72145.254.3518.04
Hex15472A4602948913612
Octal25107521060511102216622
Binary1010110001111010101000110010100110010001001000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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