#10412D

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

Shades of Zuccini #10412D

Tints of Zuccini #10412D

Color information

#10412D (or 0x10412D) is unknown color: approx Zuccini. HEX triplet: 10, 41 and 2D. RGB value is (16,65,45). Sum of RGB (Red+Green+Blue) = 16+65+45=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #10412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10412D is #EFBED2. Grayscale: #303030. Windows color (decimal): -15711955 or 2965776. OLE color: 2965776.

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

Color convert

RGB166545-
CMYK0.7500.310.75
HSL155.51º60.49%15.88%-
HSV(B)155.51º75.38%25.49%-
XYZ2.584.083.13-
YUV48.07126.27105.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.70%
GREEN value IS 65 (25.78% from 255) = 51.59%
BLUE value IS 45 (17.97% from 255) = 35.71%
R=12.70%
G=51.59%
B=35.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1665450.7500.310.75155.5160.4915.88
Hex10412D4B01F4B9c3c10
Octal20101551130371132347420
Binary100001000001101101100101101111110010111001110011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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