#10422A

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

Shades of Zuccini #10422A

Tints of Zuccini #10422A

Color information

#10422A (or 0x10422A) is unknown color: approx Zuccini. HEX triplet: 10, 42 and 2A. RGB value is (16,66,42). Sum of RGB (Red+Green+Blue) = 16+66+42=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #10422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10422A is #EFBDD5. Grayscale: #303030. Windows color (decimal): -15711702 or 2769424. OLE color: 2769424.

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

Color convert

RGB166642-
CMYK0.7600.360.74
HSL151.2º60.98%16.08%-
HSV(B)151.2º75.76%25.88%-
XYZ2.584.172.86-
YUV48.31124.44104.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.90%
GREEN value IS 66 (26.17% from 255) = 53.23%
BLUE value IS 42 (16.80% from 255) = 33.87%
R=12.90%
G=53.23%
B=33.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1666420.7600.360.74151.260.9816.08
Hex10422A4C0244A973d10
Octal20102521140441122277520
Binary1000010000101010101001100010010010010101001011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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