#10472A

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

Shades of Zuccini #10472A

Tints of Zuccini #10472A

Color information

#10472A (or 0x10472A) is unknown color: approx Zuccini. HEX triplet: 10, 47 and 2A. RGB value is (16,71,42). Sum of RGB (Red+Green+Blue) = 16+71+42=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #10472A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10472A is #EFB8D5. Grayscale: #333333. Windows color (decimal): -15710422 or 2770704. OLE color: 2770704.

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

Color convert

RGB167142-
CMYK0.7700.410.72
HSL148.36º63.22%17.06%-
HSV(B)148.36º77.46%27.84%-
XYZ2.884.782.96-
YUV51.25122.78102.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 71 (28.12% from 255) = 55.04%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=12.40%
G=55.04%
B=32.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1671420.7700.410.72148.3663.2217.06
Hex10472A4D02948943f11
Octal20107521150511102247721
Binary1000010001111010101001101010100110010001001010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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