#10402E

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

Shades of Zuccini #10402E

Tints of Zuccini #10402E

Color information

#10402E (or 0x10402E) is unknown color: approx Zuccini. HEX triplet: 10, 40 and 2E. RGB value is (16,64,46). Sum of RGB (Red+Green+Blue) = 16+64+46=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #10402E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10402E is #EFBFD1. Grayscale: #2F2F2F. Windows color (decimal): -15712210 or 3031056. OLE color: 3031056.

HSL color Cylindrical-coordinate representation of color #10402E: hue angle of 157.5º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10402E is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB166446-
CMYK0.7500.280.75
HSL157.5º60%15.69%-
HSV(B)157.5º75%25.1%-
XYZ2.543.973.22-
YUV47.6127.1105.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.70%
GREEN value IS 64 (25.39% from 255) = 50.79%
BLUE value IS 46 (18.36% from 255) = 36.51%
R=12.70%
G=50.79%
B=36.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1664460.7500.280.75157.56015.69
Hex10402E4B01C4B9e3c10
Octal20100561130341132367420
Binary100001000000101110100101101110010010111001111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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