#10432C

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

Shades of Zuccini #10432C

Tints of Zuccini #10432C

Color information

#10432C (or 0x10432C) is unknown color: approx Zuccini. HEX triplet: 10, 43 and 2C. RGB value is (16,67,44). Sum of RGB (Red+Green+Blue) = 16+67+44=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #10432C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10432C is #EFBCD3. Grayscale: #313131. Windows color (decimal): -15711444 or 2900752. OLE color: 2900752.

HSL color Cylindrical-coordinate representation of color #10432C: hue angle of 152.94º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10432C is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.74.

Color convert

RGB166744-
CMYK0.7600.340.74
HSL152.94º61.45%16.27%-
HSV(B)152.94º76.12%26.27%-
XYZ2.684.313.07-
YUV49.13125.1104.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.60%
GREEN value IS 67 (26.56% from 255) = 52.76%
BLUE value IS 44 (17.58% from 255) = 34.65%
R=12.60%
G=52.76%
B=34.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1667440.7600.340.74152.9461.4516.27
Hex10432C4C0224A993d10
Octal20103541140421122317520
Binary1000010000111011001001100010001010010101001100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10432C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10432C; }

 p { color: rgb(16,67,44); }

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

<style>
 a { background-color: #10432C; }

 a { background-color: rgb(16,67,44); }

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

<style>
 span { border-color: #10432C; }

 span { border-color: rgb(16,67,44); }

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