#15462A

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

Shades of Zuccini #15462A

Tints of Zuccini #15462A

Color information

#15462A (or 0x15462A) is unknown color: approx Zuccini. HEX triplet: 15, 46 and 2A. RGB value is (21,70,42). Sum of RGB (Red+Green+Blue) = 21+70+42=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #15462A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15462A is #EAB9D5. Grayscale: #343434. Windows color (decimal): -15382998 or 2770453. OLE color: 2770453.

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

Color convert

RGB217042-
CMYK0.7000.400.73
HSL145.71º53.85%17.84%-
HSV(B)145.71º70%27.45%-
XYZ2.924.712.95-
YUV52.16122.27105.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 70 (27.73% from 255) = 52.63%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=15.79%
G=52.63%
B=31.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2170420.7000.400.73145.7153.8517.84
Hex15462A4602849923612
Octal25106521060501112226622
Binary1010110001101010101000110010100010010011001001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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