#16432B

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

Shades of Zuccini #16432B

Tints of Zuccini #16432B

Color information

#16432B (or 0x16432B) is unknown color: approx Zuccini. HEX triplet: 16, 43 and 2B. RGB value is (22,67,43). Sum of RGB (Red+Green+Blue) = 22+67+43=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #16432B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16432B is #E9BCD4. Grayscale: #323232. Windows color (decimal): -15318229 or 2835222. OLE color: 2835222.

HSL color Cylindrical-coordinate representation of color #16432B: hue angle of 148º degrees, saturation: 0.51, 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 #16432B is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB226743-
CMYK0.6700.360.74
HSL148º50.56%17.45%-
HSV(B)148º67.16%26.27%-
XYZ2.774.362.98-
YUV50.81123.59107.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.67%
GREEN value IS 67 (26.56% from 255) = 50.76%
BLUE value IS 43 (17.19% from 255) = 32.58%
R=16.67%
G=50.76%
B=32.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2267430.6700.360.7414850.5617.45
Hex16432B430244A943311
Octal26103531030441122246321
Binary1011010000111010111000011010010010010101001010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16432B; }

 p { color: rgb(22,67,43); }

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

<style>
 a { background-color: #16432B; }

 a { background-color: rgb(22,67,43); }

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

<style>
 span { border-color: #16432B; }

 span { border-color: rgb(22,67,43); }

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