#10422E

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

Shades of Zuccini #10422E

Tints of Zuccini #10422E

Color information

#10422E (or 0x10422E) is unknown color: approx Zuccini. HEX triplet: 10, 42 and 2E. RGB value is (16,66,46). Sum of RGB (Red+Green+Blue) = 16+66+46=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #10422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10422E is #EFBDD1. Grayscale: #303030. Windows color (decimal): -15711698 or 3031568. OLE color: 3031568.

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

Color convert

RGB166646-
CMYK0.7600.300.74
HSL156º60.98%16.08%-
HSV(B)156º75.76%25.88%-
XYZ2.664.23.26-
YUV48.77126.44104.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.5%
GREEN value IS 66 (26.17% from 255) = 51.56%
BLUE value IS 46 (18.36% from 255) = 35.94%
R=12.5%
G=51.56%
B=35.94%

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
Decimal1666460.7600.300.7415660.9816.08
Hex10422E4C01E4A9c3d10
Octal20102561140361122347520
Binary100001000010101110100110001111010010101001110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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