#10462E

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

Shades of Zuccini #10462E

Tints of Zuccini #10462E

Color information

#10462E (or 0x10462E) is unknown color: approx Zuccini. HEX triplet: 10, 46 and 2E. RGB value is (16,70,46). Sum of RGB (Red+Green+Blue) = 16+70+46=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #10462E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10462E is #EFB9D1. Grayscale: #333333. Windows color (decimal): -15710674 or 3032592. OLE color: 3032592.

HSL color Cylindrical-coordinate representation of color #10462E: hue angle of 153.33º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #10462E is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB167046-
CMYK0.7700.340.73
HSL153.33º62.79%16.86%-
HSV(B)153.33º77.14%27.45%-
XYZ2.94.693.34-
YUV51.12125.11102.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.12%
GREEN value IS 70 (27.73% from 255) = 53.03%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=12.12%
G=53.03%
B=34.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1670460.7700.340.73153.3362.7916.86
Hex10462E4D02249993f11
Octal20106561150421112317721
Binary1000010001101011101001101010001010010011001100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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