#15462E

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

Shades of Zuccini #15462E

Tints of Zuccini #15462E

Color information

#15462E (or 0x15462E) is unknown color: approx Zuccini. HEX triplet: 15, 46 and 2E. RGB value is (21,70,46). Sum of RGB (Red+Green+Blue) = 21+70+46=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #15462E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15462E is #EAB9D1. Grayscale: #343434. Windows color (decimal): -15382994 or 3032597. OLE color: 3032597.

HSL color Cylindrical-coordinate representation of color #15462E: hue angle of 150.61º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #15462E is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB217046-
CMYK0.7000.340.73
HSL150.61º53.85%17.84%-
HSV(B)150.61º70%27.45%-
XYZ2.994.743.34-
YUV52.61124.27105.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.33%
GREEN value IS 70 (27.73% from 255) = 51.09%
BLUE value IS 46 (18.36% from 255) = 33.58%
R=15.33%
G=51.09%
B=33.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2170460.7000.340.73150.6153.8517.84
Hex15462E4602249973612
Octal25106561060421112276622
Binary1010110001101011101000110010001010010011001011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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