#10462B

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

Shades of Zuccini #10462B

Tints of Zuccini #10462B

Color information

#10462B (or 0x10462B) is unknown color: approx Zuccini. HEX triplet: 10, 46 and 2B. RGB value is (16,70,43). Sum of RGB (Red+Green+Blue) = 16+70+43=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 70 (27.73% from 255 or 54.26% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 70 - color contains mainly: green. Hex color #10462B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10462B is #EFB9D4. Grayscale: #323232. Windows color (decimal): -15710677 or 2835984. OLE color: 2835984.

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

Color convert

RGB167043-
CMYK0.7700.390.73
HSL150º62.79%16.86%-
HSV(B)150º77.14%27.45%-
XYZ2.844.663.04-
YUV50.78123.61103.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 70 (27.73% from 255) = 54.26%
BLUE value IS 43 (17.19% from 255) = 33.33%
R=12.40%
G=54.26%
B=33.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1670430.7700.390.7315062.7916.86
Hex10462B4D02749963f11
Octal20106531150471112267721
Binary1000010001101010111001101010011110010011001011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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