#10462A

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

Shades of Zuccini #10462A

Tints of Zuccini #10462A

Color information

#10462A (or 0x10462A) is unknown color: approx Zuccini. HEX triplet: 10, 46 and 2A. RGB value is (16,70,42). Sum of RGB (Red+Green+Blue) = 16+70+42=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #10462A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10462A is #EFB9D5. Grayscale: #323232. Windows color (decimal): -15710678 or 2770448. OLE color: 2770448.

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

Color convert

RGB167042-
CMYK0.7700.400.73
HSL148.89º62.79%16.86%-
HSV(B)148.89º77.14%27.45%-
XYZ2.824.662.94-
YUV50.66123.11103.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.5%
GREEN value IS 70 (27.73% from 255) = 54.69%
BLUE value IS 42 (16.80% from 255) = 32.81%
R=12.5%
G=54.69%
B=32.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1670420.7700.400.73148.8962.7916.86
Hex10462A4D02849953f11
Octal20106521150501112257721
Binary1000010001101010101001101010100010010011001010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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