#16422F

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

Shades of Zuccini #16422F

Tints of Zuccini #16422F

Color information

#16422F (or 0x16422F) is unknown color: approx Zuccini. HEX triplet: 16, 42 and 2F. RGB value is (22,66,47). Sum of RGB (Red+Green+Blue) = 22+66+47=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #16422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16422F is #E9BDD0. Grayscale: #323232. Windows color (decimal): -15318481 or 3097110. OLE color: 3097110.

HSL color Cylindrical-coordinate representation of color #16422F: hue angle of 154.09º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #16422F is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB226647-
CMYK0.6700.290.74
HSL154.09º50%17.25%-
HSV(B)154.09º66.67%25.88%-
XYZ2.794.273.37-
YUV50.68125.92107.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.30%
GREEN value IS 66 (26.17% from 255) = 48.89%
BLUE value IS 47 (18.75% from 255) = 34.81%
R=16.30%
G=48.89%
B=34.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2266470.6700.290.74154.095017.25
Hex16422F4301D4A9a3211
Octal26102571030351122326221
Binary101101000010101111100001101110110010101001101011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16422F; }

 p { color: rgb(22,66,47); }

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

<style>
 a { background-color: #16422F; }

 a { background-color: rgb(22,66,47); }

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

<style>
 span { border-color: #16422F; }

 span { border-color: rgb(22,66,47); }

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