#10472E

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

Shades of Zuccini #10472E

Tints of Zuccini #10472E

Color information

#10472E (or 0x10472E) is unknown color: approx Zuccini. HEX triplet: 10, 47 and 2E. RGB value is (16,71,46). Sum of RGB (Red+Green+Blue) = 16+71+46=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #10472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10472E is #EFB8D1. Grayscale: #333333. Windows color (decimal): -15710418 or 3032848. OLE color: 3032848.

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

Color convert

RGB167146-
CMYK0.7700.350.72
HSL152.73º63.22%17.06%-
HSV(B)152.73º77.46%27.84%-
XYZ2.964.813.36-
YUV51.7124.78102.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.03%
GREEN value IS 71 (28.12% from 255) = 53.38%
BLUE value IS 46 (18.36% from 255) = 34.59%
R=12.03%
G=53.38%
B=34.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1671460.7700.350.72152.7363.2217.06
Hex10472E4D02348993f11
Octal20107561150431102317721
Binary1000010001111011101001101010001110010001001100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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