#10442E

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

Shades of Zuccini #10442E

Tints of Zuccini #10442E

Color information

#10442E (or 0x10442E) is unknown color: approx Zuccini. HEX triplet: 10, 44 and 2E. RGB value is (16,68,46). Sum of RGB (Red+Green+Blue) = 16+68+46=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 68 (26.95% from 255 or 52.31% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 68 - color contains mainly: green. Hex color #10442E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10442E is #EFBBD1. Grayscale: #313131. Windows color (decimal): -15711186 or 3032080. OLE color: 3032080.

HSL color Cylindrical-coordinate representation of color #10442E: hue angle of 154.62º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10442E is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB166846-
CMYK0.7600.320.73
HSL154.62º61.9%16.47%-
HSV(B)154.62º76.47%26.67%-
XYZ2.774.443.3-
YUV49.94125.77103.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.31%
GREEN value IS 68 (26.95% from 255) = 52.31%
BLUE value IS 46 (18.36% from 255) = 35.38%
R=12.31%
G=52.31%
B=35.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1668460.7600.320.73154.6261.916.47
Hex10442E4C020499b3e10
Octal20104561140401112337620
Binary1000010001001011101001100010000010010011001101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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