#10432F

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

Shades of Zuccini #10432F

Tints of Zuccini #10432F

Color information

#10432F (or 0x10432F) is unknown color: approx Zuccini. HEX triplet: 10, 43 and 2F. RGB value is (16,67,47). Sum of RGB (Red+Green+Blue) = 16+67+47=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #10432F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10432F is #EFBCD0. Grayscale: #313131. Windows color (decimal): -15711441 or 3097360. OLE color: 3097360.

HSL color Cylindrical-coordinate representation of color #10432F: hue angle of 156.47º 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 #10432F is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB166747-
CMYK0.7600.300.74
HSL156.47º61.45%16.27%-
HSV(B)156.47º76.12%26.27%-
XYZ2.734.333.38-
YUV49.47126.6104.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.31%
GREEN value IS 67 (26.56% from 255) = 51.54%
BLUE value IS 47 (18.75% from 255) = 36.15%
R=12.31%
G=51.54%
B=36.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1667470.7600.300.74156.4761.4516.27
Hex10432F4C01E4A9c3d10
Octal20103571140361122347520
Binary100001000011101111100110001111010010101001110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10432F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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