#15472E

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

Shades of Zuccini #15472E

Tints of Zuccini #15472E

Color information

#15472E (or 0x15472E) is unknown color: approx Zuccini. HEX triplet: 15, 47 and 2E. RGB value is (21,71,46). Sum of RGB (Red+Green+Blue) = 21+71+46=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #15472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15472E is #EAB8D1. Grayscale: #353535. Windows color (decimal): -15382738 or 3032853. OLE color: 3032853.

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

Color convert

RGB217146-
CMYK0.7000.350.72
HSL150º54.35%18.04%-
HSV(B)150º70.42%27.84%-
XYZ3.064.863.36-
YUV53.2123.94105.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.22%
GREEN value IS 71 (28.12% from 255) = 51.45%
BLUE value IS 46 (18.36% from 255) = 33.33%
R=15.22%
G=51.45%
B=33.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2171460.7000.350.7215054.3518.04
Hex15472E4602348963612
Octal25107561060431102266622
Binary1010110001111011101000110010001110010001001011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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