#16482B

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

Shades of Zuccini #16482B

Tints of Zuccini #16482B

Color information

#16482B (or 0x16482B) is unknown color: approx Zuccini. HEX triplet: 16, 48 and 2B. RGB value is (22,72,43). Sum of RGB (Red+Green+Blue) = 22+72+43=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #16482B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16482B is #E9B7D4. Grayscale: #353535. Windows color (decimal): -15316949 or 2836502. OLE color: 2836502.

HSL color Cylindrical-coordinate representation of color #16482B: hue angle of 145.2º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #16482B is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB227243-
CMYK0.6900.400.72
HSL145.2º53.19%18.43%-
HSV(B)145.2º69.44%28.24%-
XYZ3.084.983.08-
YUV53.74121.94105.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.06%
GREEN value IS 72 (28.52% from 255) = 52.55%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=16.06%
G=52.55%
B=31.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2272430.6900.400.72145.253.1918.43
Hex16482B4502848913512
Octal26110531050501102216522
Binary1011010010001010111000101010100010010001001000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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