#10472F

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

Shades of Zuccini #10472F

Tints of Zuccini #10472F

Color information

#10472F (or 0x10472F) is unknown color: approx Zuccini. HEX triplet: 10, 47 and 2F. RGB value is (16,71,47). Sum of RGB (Red+Green+Blue) = 16+71+47=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #10472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10472F is #EFB8D0. Grayscale: #333333. Windows color (decimal): -15710417 or 3098384. OLE color: 3098384.

HSL color Cylindrical-coordinate representation of color #10472F: hue angle of 153.82º 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 #10472F is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB167147-
CMYK0.7700.340.72
HSL153.82º63.22%17.06%-
HSV(B)153.82º77.46%27.84%-
XYZ2.984.823.46-
YUV51.82125.28102.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.94%
GREEN value IS 71 (28.12% from 255) = 52.99%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=11.94%
G=52.99%
B=35.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1671470.7700.340.72153.8263.2217.06
Hex10472F4D022489a3f11
Octal20107571150421102327721
Binary1000010001111011111001101010001010010001001101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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