#10412E

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

Shades of Zuccini #10412E

Tints of Zuccini #10412E

Color information

#10412E (or 0x10412E) is unknown color: approx Zuccini. HEX triplet: 10, 41 and 2E. RGB value is (16,65,46). Sum of RGB (Red+Green+Blue) = 16+65+46=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #10412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10412E is #EFBED1. Grayscale: #303030. Windows color (decimal): -15711954 or 3031312. OLE color: 3031312.

HSL color Cylindrical-coordinate representation of color #10412E: hue angle of 156.73º 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 #10412E is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB166546-
CMYK0.7500.290.75
HSL156.73º60.49%15.88%-
HSV(B)156.73º75.38%25.49%-
XYZ2.64.093.24-
YUV48.18126.77105.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.60%
GREEN value IS 65 (25.78% from 255) = 51.18%
BLUE value IS 46 (18.36% from 255) = 36.22%
R=12.60%
G=51.18%
B=36.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1665460.7500.290.75156.7360.4915.88
Hex10412E4B01D4B9d3c10
Octal20101561130351132357420
Binary100001000001101110100101101110110010111001110111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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