#163E2E

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

Shades of Zuccini #163E2E

Tints of Zuccini #163E2E

Color information

#163E2E (or 0x163E2E) is unknown color: approx Zuccini. HEX triplet: 16, 3E and 2E. RGB value is (22,62,46). Sum of RGB (Red+Green+Blue) = 22+62+46=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 62 (24.61% from 255 or 47.69% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 62 - color contains mainly: green. Hex color #163E2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163E2E is #E9C1D1. Grayscale: #303030. Windows color (decimal): -15319506 or 3030550. OLE color: 3030550.

HSL color Cylindrical-coordinate representation of color #163E2E: hue angle of 156º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #163E2E is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB226246-
CMYK0.6500.260.76
HSL156º47.62%16.47%-
HSV(B)156º64.52%24.31%-
XYZ2.553.813.19-
YUV48.22126.75109.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.92%
GREEN value IS 62 (24.61% from 255) = 47.69%
BLUE value IS 46 (18.36% from 255) = 35.38%
R=16.92%
G=47.69%
B=35.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2262460.6500.260.7615647.6216.47
Hex163E2E4101A4C9c3010
Octal2676561010321142346020
Binary10110111110101110100000101101010011001001110011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163E2E; }

 p { color: rgb(22,62,46); }

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

<style>
 a { background-color: #163E2E; }

 a { background-color: rgb(22,62,46); }

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

<style>
 span { border-color: #163E2E; }

 span { border-color: rgb(22,62,46); }

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